Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dexclaves_resource.c1388 conclave->c_state = CONCLAVE_S_STOPPING; in exclaves_conclave_launch()
1450 } else if (conclave->c_state == CONCLAVE_S_STOPPING || in exclaves_conclave_stop()
1462 conclave->c_state = CONCLAVE_S_STOPPING; in exclaves_conclave_stop()
1488 if (conclave->c_state == CONCLAVE_S_STOPPING || conclave->c_state == CONCLAVE_S_STOPPED) { in exclaves_conclave_stop_upcall()
1501 conclave->c_state = CONCLAVE_S_STOPPING; in exclaves_conclave_stop_upcall()
1531 assert3u(conclave->c_state, ==, CONCLAVE_S_STOPPING); in exclaves_conclave_stop_upcall_complete()
H A Dexclaves_resource.h91 CONCLAVE_S_STOPPING, enumerator