mutex_state
Return information about the state of mutex m
.
Possible states are:
- Task T: the mutex is in the locked/owned state and task T is the owner of the mutex.
- 'not_owned: the mutex is in the locked/not-owned state.
- 'abandoned: the mutex is in the unlocked/abandoned state.
- 'not_abandoned: the mutex is in the unlocked/not-abandoned state.
Also see:
Core Module Index | Contents