Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.h90 CONCLAVE_S_RUNNING = 0x2, enumerator
H A Dexclaves_resource.c1144 pending_state = CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1162 if (suspend && conclave->c_state != CONCLAVE_S_RUNNING) { in exclaves_update_state_machine_locked()
1173 pending_state = suspend ? CONCLAVE_S_SUSPENDED : CONCLAVE_S_RUNNING; in exclaves_update_state_machine_locked()
1182 if (conclave->c_state != CONCLAVE_S_RUNNING && in exclaves_update_state_machine_locked()
1349 } else if (conclave->c_state == CONCLAVE_S_RUNNING) { in exclaves_conclave_resume()