Constantsยง
- A flag that allows to distinguish
PTHREAD_MUTEX_NORMALfromPTHREAD_MUTEX_DEFAULT. Since inglibcthey have the same numeric values, but different behaviour, we need a way to distinguish them. We do this by setting this bit flag to thePTHREAD_MUTEX_NORMALmutexes. See the comment inpthread_mutexattr_settypefunction.
Traitsยง
Functionsยง
- cond_clock_offset ๐
- cond_get_clock_id ๐
- cond_get_id ๐
- cond_id_offset ๐
- cond_reset_id ๐
- cond_set_clock_id ๐
- Determines whether this clock represents the real-time clock, CLOCK_REALTIME.
- is_mutex_kind_normal ๐
- mutex_get_id ๐
- mutex_get_kind ๐
- mutex_id_offset ๐
- mutex_kind_offset ๐
- mutex_reset_id ๐
- mutex_set_kind ๐
- mutexattr_get_kind ๐
- mutexattr_set_kind ๐
- post_cond_signal ๐After a thread waiting on a condvar was signaled: Reacquire the conditional variable and remove the timeout callback if any was registered.
- reacquire_cond_mutex ๐Try to reacquire the mutex associated with the condition variable after we were signaled.
- Release the mutex associated with the condition variable because we are entering the waiting state.
- rwlock_get_id ๐
- rwlock_id_offset ๐