Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.h99 CONCLAVE_R_STOP_REQUESTED = 0x4, enumerator
H A Dexclaves_resource.c1178 } else if (conclave->c_request & CONCLAVE_R_STOP_REQUESTED) { in exclaves_update_state_machine_locked()
1179 conclave->c_request &= ~CONCLAVE_R_STOP_REQUESTED; in exclaves_update_state_machine_locked()
1263 conclave->c_request |= CONCLAVE_R_STOP_REQUESTED; in exclaves_conclave_stop()
1278 conclave->c_request |= CONCLAVE_R_STOP_REQUESTED; in exclaves_conclave_stop()