Structs§
- RawThread
Id - Implementation of the
GetThreadIdtrait forlock_api::ReentrantMutex.
Functions§
- const_
reentrant_ mutex - Creates a new reentrant mutex in an unlocked state ready for use.
Type Aliases§
- Mapped
Reentrant Mutex Guard - An RAII mutex guard returned by
ReentrantMutexGuard::map, which can point to a subfield of the protected data. - Reentrant
Mutex - A mutex which can be recursively locked by a single thread.
- Reentrant
Mutex Guard - An RAII implementation of a “scoped lock” of a reentrant mutex. When this structure is dropped (falls out of scope), the lock will be unlocked.