Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlog_sysevent.c147 static kcondvar_t event_pause_cv; variable
156 cv_signal(&event_pause_cv); in log_event_busy_timeout()
175 cv_wait(&event_pause_cv, &event_pause_mutex); in log_event_pause()
454 cv_init(&event_pause_cv, NULL, CV_DEFAULT, NULL); in log_event_init()