Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c1133 conclave_state_t pending_state = CONCLAVE_S_NONE; in exclaves_update_state_machine_locked() local
1144 pending_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()
1191 pending_state = CONCLAVE_S_STOPPED; in exclaves_update_state_machine_locked()
1220 conclave->c_state = pending_state; in exclaves_update_state_machine_locked()