Searched defs:pthread_cond_init (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dpthr_cond.c131 * pthread_cond_init: Initializes the cond object. It copies the
134 #pragma weak _pthread_cond_init = pthread_cond_init
136 pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr) function

Completed in 69 milliseconds