Home
last modified time | relevance | path

Searched refs:cv_m2s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c490 pthread_cond_t cv_m2s; member
560 (void) pthread_cond_wait(&xssp->cv_m2s, &xssp->lock); in door_xcreate_startf()
630 (void) pthread_cond_init(&xssp->cv_m2s, NULL); in door_xcreate_n()
737 (void) pthread_cond_broadcast(&xssp->cv_m2s); in door_xcreate_n()
745 (void) pthread_cond_destroy(&xssp->cv_m2s); in door_xcreate_n()