24 #ifndef __CORE_THREADING_MUTEX_H_ 25 #define __CORE_THREADING_MUTEX_H_ 54 MutexData *mutex_data;
Wait until a given condition holds.
Fawkes library namespace.
void unlock()
Unlock the mutex.
This type of mutex does not detect deadlock.
A thread attempting to relock this mutex without first unlocking it shall succeed in locking the mute...
bool try_lock()
Tries to lock the mutex.
void lock()
Lock this mutex.
Mutex mutual exclusion lock.
Mutex(Type type=NORMAL)
Constructor.
void stopby()
Shortly stop by at the mutex.