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.