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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dcallb.h92 kcondvar_t cc_stop_cv; /* cv to checkpoint block */ member in struct:callb_cpr
141 cv_init(&(cp)->cc_stop_cv, NULL, CV_DEFAULT, NULL); \
180 cv_wait(&(cp)->cc_stop_cv, lockp); \
194 cv_destroy(&(cp)->cc_stop_cv); \
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c329 cv_signal(&cp->cc_stop_cv);

Completed in 97 milliseconds