Next: Non-POSIX Extensions, Previous: POSIX Mutexes, Up: POSIX Threads [Contents][Index]
Compares two thread IDs. If they are the same, returns nonzero, else returns zero. This documentation is a stub. For additional information on this function, consult the manual page pthread_equal(3) See Linux Kernel.
Get the clock associated with th. This documentation is a stub. For additional information on this function, consult the manual page pthread_getcpuclockid(3) See Linux Kernel.
Calls init_routine once for each once_control, which must
be statically initalized to PTHREAD_ONCE_INIT. Subsequent
calls to pthread_once with the same once_control do not
call init_routine, even in multi-threaded environments.
This documentation is a stub. For additional information on this
function, consult the manual page pthread_once(3)
See Linux Kernel.
This documentation is a stub. For additional information on this function, consult the manual page pthread_sigmask(3) See Linux Kernel.