Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.h92 CONCLAVE_S_SUSPENDED = 0x4, enumerator
H A Dexclaves_resource.c1166 if (!suspend && conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()
1173 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1183 conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()
1311 } else if (conclave->c_state == CONCLAVE_S_SUSPENDED) { in exclaves_conclave_suspend()