Next: POSIX Barriers, Previous: Waiting with Explicit Clocks, Up: POSIX Threads [Contents][Index]
Preliminary: | MT-Safe | AS-Safe | AC-Unsafe corrupt | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_init(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Safe | AC-Safe | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_destroy(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Unsafe init | AC-Unsafe init | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_open(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Unsafe lock | AC-Unsafe lock | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_close(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Unsafe init | AC-Unsafe corrupt | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_unlink(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Safe | AC-Unsafe corrupt | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_wait(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Safe | AC-Unsafe corrupt | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_timedwait(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Unsafe lock | AC-Unsafe lock | See POSIX Safety Concepts.
Behaves like sem_timedwait except the time abstime is measured
against the clock specified by clockid rather than
CLOCK_REALTIME. Currently, clockid must be either
CLOCK_MONOTONIC or CLOCK_REALTIME.
Preliminary: | MT-Safe | AS-Safe | AC-Safe | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_trywait(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Safe | AC-Safe | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_post(3) See Linux Kernel.
Preliminary: | MT-Safe | AS-Safe | AC-Safe | See POSIX Safety Concepts.
This documentation is a stub. For additional information on this function, consult the manual page sem_getvalue(3) See Linux Kernel.
Next: POSIX Barriers, Previous: Waiting with Explicit Clocks, Up: POSIX Threads [Contents][Index]