Skip to main content

Module pthread

Module pthread 

Source
Expand description

Re-exports§

pub use self::attr::*;
pub use self::barrier::*;
pub use self::cond::*;
pub use tls::*;
pub use self::mutex::*;
pub use self::once::*;
pub use self::rwlock::*;
pub use self::spin::*;

Modules§

attr
barrier
cond
mutex
once
rwlock
spin
tls

Constants§

PTHREAD_BARRIER_SERIAL_THREAD
PTHREAD_CANCELED
PTHREAD_CANCEL_ASYNCHRONOUS
PTHREAD_CANCEL_DEFERRED
PTHREAD_CANCEL_DISABLE
PTHREAD_CANCEL_ENABLE
PTHREAD_CREATE_DETACHED
PTHREAD_CREATE_JOINABLE
PTHREAD_EXPLICIT_SCHED
PTHREAD_INHERIT_SCHED
PTHREAD_MUTEX_DEFAULT
PTHREAD_MUTEX_ERRORCHECK
PTHREAD_MUTEX_NORMAL
PTHREAD_MUTEX_RECURSIVE
PTHREAD_MUTEX_ROBUST
PTHREAD_MUTEX_STALLED
PTHREAD_PRIO_INHERIT
PTHREAD_PRIO_NONE
PTHREAD_PRIO_PROTECT
PTHREAD_PROCESS_PRIVATE
PTHREAD_PROCESS_SHARED
PTHREAD_SCOPE_PROCESS
PTHREAD_SCOPE_SYSTEM
_POSIX_THREADS

Statics§

fork_hooks

Functions§

__relibc_internal_pthread_cleanup_pop
__relibc_internal_pthread_cleanup_push
e
pthread_atfork
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_atfork.html.
pthread_cancel
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_cancel.html.
pthread_create
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_create.html.
pthread_detach
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_detach.html.
pthread_equal
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_equal.html.
pthread_exit
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_exit.html.
pthread_getconcurrency
See https://pubs.opengroup.org/onlinepubs/009696799/functions/pthread_getconcurrency.html.
pthread_getcpuclockid
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_getcpuclockid.html.
pthread_getschedparam
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_getschedparam.html.
pthread_join
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_join.html.
pthread_self
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_self.html.
pthread_setcancelstate
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_setcancelstate.html.
pthread_setcanceltype
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_setcancelstate.html.
pthread_setconcurrency
See https://pubs.opengroup.org/onlinepubs/000095399/functions/pthread_setconcurrency.html.
pthread_setschedparam
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_setschedparam.html.
pthread_setschedprio
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_setschedprio.html.
pthread_testcancel
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_setcancelstate.html.