Wakes at least one thread that is waiting on a condition variable.
tis_cond_signal( cond );
Argument Data Type Accesscond opaque pthread_cond_t modify
#includeint tis_cond_signal ( pthread_cond_t *cond);
For more information about actions when threads are present, refer to the pthread_cond_signal description.
Return Description0 Successful completion. [EINVAL] The value specified by cond is invalid.
tis_cond_broadcast tis_cond_destroy tis_cond_init tis_cond_wait