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. | |
| thread_t * | thread | 
| The thread trying to lock the mutex. | |
| uint8_t | cancelled | 
| Flag whether the mutex has been cancelled. | |
| uint8_t mutex_cancel_t::cancelled | 
| thread_t* mutex_cancel_t::thread |