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

/xnu-2422.115.4/bsd/kern/
H A Duipc_usrreq.c2015 static int unp_defer, unp_gcing, unp_gcwait; variable
2025 while (unp_gcing != 0) {
2027 msleep(&unp_gcing, uipc_lock, 0 , "unp_gc_wait", NULL);
2043 if (unp_gcing) {
2047 unp_gcing = 1;
2170 * returns because the previous instance had set unp_gcing, and
2246 unp_gcing = 0;
2256 wakeup(&unp_gcing);

Completed in 12 milliseconds