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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c91 kmutex_t reaplock; /* protects lwp and thread deathrows */ variable
175 mutex_init(&reaplock, NULL, MUTEX_SPIN, (void *)ipltospl(DISP_LEVEL));
824 ASSERT(MUTEX_HELD(&reaplock));
857 mutex_enter(&reaplock);
863 mutex_exit(&reaplock);
905 CALLB_CPR_INIT(&cprinfo, &reaplock, callb_generic_cpr, "t_reaper");
907 mutex_enter(&reaplock);
910 cv_wait(&reaper_cv, &reaplock);
911 CALLB_CPR_SAFE_END(&cprinfo, &reaplock);
925 mutex_exit(&reaplock);
[all...]

Completed in 47 milliseconds