Structs§
- Raw mutex type backed by the parking lot.
Constants§
- This bit is set in the
state
of aRawMutex
when that mutex is locked by some thread. - This bit is set in the
state
of aRawMutex
just before parking a thread. A thread is being parked if it wants to lock the mutex, but it is currently being held by some other thread.