Unix to Windows Porting Dictionary for HPC |
|
|
RSS
LinksFunction List
|
Table of Contents header file: pthread.h int pthread_cond_init(pthread_cond_t *cv, const pthread_condattr_t *cattr); The pthread_cond_init initializes a condition variable. The attributes are set to the default if the pointer to condattr is NULL. |
|
|
|