Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1023 ASSERT(MUTEX_HELD(&t->t_ctx_lock)); in ctxop_find_by_tmpl()
1170 mutex_enter(&t->t_ctx_lock); in ctxop_detach()
1191 mutex_exit(&t->t_ctx_lock); in ctxop_detach()
1217 mutex_enter(&t->t_ctx_lock); in ctxop_remove()
1226 mutex_exit(&t->t_ctx_lock); in ctxop_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h350 kmutex_t t_ctx_lock; /* protects t_ctx in removectx() */ member