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 ๐
- rwlock_get_id ๐
- rwlock_id_offset ๐