Searched refs:services_to_run (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c153 * `services_to_run' condition variable for signaling background threads. Use of
167 static kcondvar_t services_to_run; /* wake up background service thread */ variable
3726 cv_wait(&services_to_run, &service_queue);
4037 cv_signal(&services_to_run);
8252 cv_signal(&services_to_run);

Completed in 58 milliseconds