Skip to main content

Module mutex

Module mutex 

Source

Re-exports§

pub use crate::sync::pthread_mutex::RlctMutex;

Functions§

pthread_mutex_consistent
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_consistent.html.
pthread_mutex_destroy
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_destroy.html.
pthread_mutex_getprioceiling
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_getprioceiling.html.
pthread_mutex_init
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_init.html.
pthread_mutex_lock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_lock.html.
pthread_mutex_setprioceiling
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_setprioceiling.html.
pthread_mutex_timedlock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_timedlock.html.
pthread_mutex_trylock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_trylock.html.
pthread_mutex_unlock
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_unlock.html.
pthread_mutexattr_destroy
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_destroy.html.
pthread_mutexattr_getprioceiling
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_getprioceiling.html.
pthread_mutexattr_getprotocol
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_getprotocol.html.
pthread_mutexattr_getpshared
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_getpshared.html.
pthread_mutexattr_getrobust
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_getrobust.html.
pthread_mutexattr_gettype
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_gettype.html.
pthread_mutexattr_init
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_init.html.
pthread_mutexattr_setprioceiling
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_setprioceiling.html.
pthread_mutexattr_setprotocol
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_setprotocol.html.
pthread_mutexattr_setpshared
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_setpshared.html.
pthread_mutexattr_setrobust
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_setrobust.html.
pthread_mutexattr_settype
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutexattr_settype.html.