Unlock a sleepon
#include <pthread.h> int _sleepon_unlock( sleepon_t * l );
libc
Use the -l c option to qcc to link against this library. This library is usually included automatically.
The _sleepon_unlock() function unlocks the mutex associated with the sleepon structure, l. You must have previously locked the mutex by calling _sleepon_lock().
The _sleepon_unlock() function returns the same values as pthread_mutex_unlock().
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | Yes |