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

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

Completed in 28 milliseconds