Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.h88 CONCLAVE_S_RUNNING = 0x2, enumerator
H A Dexclaves_resource.c998 pending_state = CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1016 if (suspend && conclave->c_state != CONCLAVE_S_RUNNING) { in exclaves_update_state_machine_locked()
1027 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1036 if (conclave->c_state != CONCLAVE_S_RUNNING && in exclaves_update_state_machine_locked()
1203 } else if (conclave->c_state == CONCLAVE_S_RUNNING) { in exclaves_conclave_resume()