|
P99
|
complete object type that holds an identifier for a condition variable More...
#include <p99_threads.h>
Related Functions | |
(Note that these are not member functions.) | |
| int | cnd_broadcast (cnd_t *p00_cond) |
| void | cnd_destroy (cnd_t *p00_cond) |
| int | cnd_init (cnd_t *p00_cond) |
| int | cnd_signal (cnd_t *p00_cond) |
| int | cnd_timedwait (cnd_t *restrict p00_cond, mtx_t *restrict p00_mtx, const struct timespec *restrict p00_ts) |
| int | cnd_wait (cnd_t *p00_cond, mtx_t *p00_mtx) |
complete object type that holds an identifier for a condition variable
pthread_cond_t. Definition at line 89 of file p99_threads.h.
1.7.6.1