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

/xnu-2422.115.4/bsd/kern/
H A Duipc_domain.c94 static boolean_t domain_timeout_run; /* domain timer is scheduled to run */ variable
631 if (!domain_timeout_run && domain_draining) {
632 domain_timeout_run = TRUE;
686 domain_timeout_run = FALSE;

Completed in 49 milliseconds