Constantsยง
- A flag that allows to distinguish
PTHREAD_MUTEX_NORMAL
fromPTHREAD_MUTEX_DEFAULT
. Since inglibc
they 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_NORMAL
mutexes. See the comment inpthread_mutexattr_settype
function.
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