Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.h90 CONCLAVE_S_SUSPENDED = 0x4, enumerator
H A Dexclaves_resource.c1020 if (!suspend && conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()
1027 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1037 conclave->c_state != CONCLAVE_S_SUSPENDED) { in exclaves_update_state_machine_locked()
1165 } else if (conclave->c_state == CONCLAVE_S_SUSPENDED) { in exclaves_conclave_suspend()