Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c112 static cond_t event_comp_cv; variable
422 (void) cond_init(&event_comp_cv, USYNC_THREAD, NULL); in main()
904 (void) cond_wait(&event_comp_cv, &ev_comp_lock); in event_completion_thr()
1000 (void) cond_signal(&event_comp_cv); in event_completion_thr()
1150 (void) cond_signal(&event_comp_cv); in dispatch()
1426 (void) cond_wait(&event_comp_cv, &ev_comp_lock); in unload_modules()