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

/illumos-gate/usr/src/cmd/svc/startd/
H A Ddeathrow.c76 static boolean_t deathrow_handling_status = B_FALSE; variable
84 assert(deathrow_handling_status == B_FALSE);
85 deathrow_handling_status = B_TRUE;
91 assert(deathrow_handling_status == B_TRUE);
92 deathrow_handling_status = B_FALSE;
198 if (deathrow_handling_status == B_FALSE) {
253 if (deathrow_handling_status == B_FALSE) {

Completed in 59 milliseconds