A cancellation structure for use with mutex_lock_cancelable and mutex_cancel. More...
A cancellation structure for use with mutex_lock_cancelable and mutex_cancel.
#include <mutex.h>
Data Fields | |
mutex_t * | mutex |
The mutex to lock. More... | |
thread_t * | thread |
The thread trying to lock the mutex. More... | |
uint8_t | cancelled |
Flag whether the mutex has been cancelled. More... | |
uint8_t mutex_cancel_t::cancelled |
thread_t* mutex_cancel_t::thread |