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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c150 * watch_events_cv for work to do (queued on watch_events list). When it
155 static kcondvar_t watch_events_cv; variable
940 cv_wait(&watch_events_cv, &watch_events_lock);
1011 cv_broadcast(&watch_events_cv);

Completed in 47 milliseconds