#include <oskit/threads/pthread.h>int pthread_cond_broadcast(pthread_cond_t *cond);
Wakeup all threads waiting on a condition variable.
- cond
- A pointer to the condition variable object.
Returns zero on success.
pthread_cond_init, pthread_cond_wait, pthread_cond_signal