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

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dhotplug_mgr.c58 static pthread_cond_t g_event_handler_cond = PTHREAD_COND_INITIALIZER; variable
637 (void) pthread_cond_broadcast(&g_event_handler_cond);
652 (void) pthread_cond_broadcast(&g_event_handler_cond);
789 (void) pthread_cond_wait(&g_event_handler_cond,
815 (void) pthread_cond_wait(&g_event_handler_cond,

Completed in 70 milliseconds