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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_usrreq.c1973 static int unp_defer, unp_gcing, unp_gcwait; variable
1983 while (unp_gcing != 0) {
1985 msleep(&unp_gcing, uipc_lock, 0 , "unp_gc_wait", NULL);
2001 if (unp_gcing) {
2005 unp_gcing = 1;
2128 * returns because the previous instance had set unp_gcing, and
2203 unp_gcing = 0;
2213 wakeup(&unp_gcing);

Completed in 14 milliseconds