Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.h97 CONCLAVE_R_STOP_REQUESTED = 0x4, enumerator
H A Dexclaves_resource.c1032 } else if (conclave->c_request & CONCLAVE_R_STOP_REQUESTED) { in exclaves_update_state_machine_locked()
1033 conclave->c_request &= ~CONCLAVE_R_STOP_REQUESTED; in exclaves_update_state_machine_locked()
1117 conclave->c_request |= CONCLAVE_R_STOP_REQUESTED; in exclaves_conclave_stop()
1132 conclave->c_request |= CONCLAVE_R_STOP_REQUESTED; in exclaves_conclave_stop()