Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c417 static size_t stackshot_exclave_inspect_ctid_count = 0; variable
1936 stackshot_exclave_inspect_ctid_count = 0; in stackshot_setup_exclave_waitlist()
1955 if (stackshot_exclave_inspect_ctid_count == 0) { in collect_exclave_threads()
1972 for (i = 0; i < stackshot_exclave_inspect_ctid_count; ++i) { in collect_exclave_threads()
1994 stackshot_exclave_inspect_ctid_count = 0; in collect_exclave_threads()
2268 count = os_atomic_load(&stackshot_exclave_inspect_ctid_count, acquire); in commit_exclaves_ast()
2545 if (stackshot_exclave_inspect_ctid_count > 0) { in kern_stack_snapshot_internal()
4236 uint32_t ctid_index = os_atomic_inc_orig(&stackshot_exclave_inspect_ctid_count, acq_rel); in kcdata_record_thread_snapshot()
4240 …os_atomic_store(&stackshot_exclave_inspect_ctid_count, stackshot_exclave_inspect_ctid_capacity, re… in kcdata_record_thread_snapshot()
5697 stackshot_exclave_inspect_ctid_count = 0; in do_stackshot()