Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c987 conclave_state_t pending_state = CONCLAVE_S_NONE; in exclaves_update_state_machine_locked() local
998 pending_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()
1045 pending_state = CONCLAVE_S_STOPPED; in exclaves_update_state_machine_locked()
1074 conclave->c_state = pending_state; in exclaves_update_state_machine_locked()