Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c88 static mutex_t ev_comp_lock; /* Event completion queue lock */ variable
439 (void) mutex_init(&ev_comp_lock, USYNC_THREAD, NULL); in main()
901 (void) mutex_lock(&ev_comp_lock); in event_completion_thr()
904 (void) cond_wait(&event_comp_cv, &ev_comp_lock); in event_completion_thr()
913 (void) mutex_unlock(&ev_comp_lock); in event_completion_thr()
988 (void) mutex_lock(&ev_comp_lock); in event_completion_thr()
1144 (void) mutex_lock(&ev_comp_lock); in dispatch()
1161 (void) mutex_unlock(&ev_comp_lock); in dispatch()
1424 (void) mutex_lock(&ev_comp_lock); in unload_modules()
1426 (void) cond_wait(&event_comp_cv, &ev_comp_lock); in unload_modules()
[all …]