P99
Related Functions
cnd_t Struct Reference

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)

Detailed Description

complete object type that holds an identifier for a condition variable

Remarks:
This type is just a wrapper around a POSIX pthread_cond_t.
encapsulates an object of type pthread_cond_t
See also:
P99_ENC for access through object
P99_ENCP for access through pointer

Definition at line 89 of file p99_threads.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines