Searched defs:pthread_cond_init (Results 1 – 2 of 2) sorted by relevance
14 int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) in pthread_cond_init() function
143 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() function
Completed in 4 milliseconds