Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dexclaves_resource.c934 conclave->c_active_stopcall = false; in exclaves_conclave_init()
1003 assert3u(conclave->c_active_stopcall, ==, 0); in exclaves_conclave_detach()
1043 conclave->c_active_stopcall) { in exclaves_conclave_inherit()
1097 conclave->c_active_stopcall) { in exclaves_conclave_launch()
1189 conclave->c_active_stopcall = true; in exclaves_update_state_machine_locked()
1208 conclave->c_active_stopcall = false; in exclaves_update_state_machine_locked()
1215 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_update_state_machine_locked()
1256 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_stop()
1294 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_suspend()
1332 if (conclave->c_active_stopcall || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_resume()
[all …]
H A Dexclaves_resource.h123 bool c_active_stopcall; member