The condition variable manager ...
The directives provided by the condition variable manager are:
pthread_condattr_init
- Initialize a Condition Variable Attribute Set
pthread_condattr_destroy
- Destroy a Condition Variable Attribute Set
pthread_condattr_setpshared
- Set Process Shared Attribute
pthread_condattr_getpshared
- Get Process Shared Attribute
pthread_cond_init
- Initialize a Condition Variable
pthread_cond_destroy
- Destroy a Condition Variable
pthread_cond_signal
- Signal a Condition Variable
pthread_cond_broadcast
- Broadcast a Condition Variable
pthread_cond_wait
- Wait on a Condition Variable
pthread_cond_timedwait
- With with Timeout a Condition Variable
Copyright © 1988-2003 OAR Corporation