Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dexclaves_resource.c879 conclave->c_state != CONCLAVE_S_STOPPED) { in exclaves_conclave_detach()
1045 pending_state = CONCLAVE_S_STOPPED; in exclaves_update_state_machine_locked()
1069 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_update_state_machine_locked()
1110 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_stop()
1124 conclave->c_state = CONCLAVE_S_STOPPED; in exclaves_conclave_stop()
1148 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_suspend()
1186 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_resume()
1225 if (conclave->c_state == CONCLAVE_S_STOPPED || conclave->c_active_stopcall) { in exclaves_conclave_stop_upcall()
1261 conclave->c_state = CONCLAVE_S_STOPPED; in exclaves_conclave_stop_upcall_complete()
H A Dexclaves_resource.h89 CONCLAVE_S_STOPPED = 0x3, enumerator