Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c418 static size_t stackshot_exclave_inspect_ctid_capacity = 0; variable
1937 stackshot_exclave_inspect_ctid_capacity = exclave_threads_max; in stackshot_setup_exclave_waitlist()
1993 stackshot_exclave_inspect_ctid_capacity = 0; in collect_exclave_threads()
4237 if (ctid_index < stackshot_exclave_inspect_ctid_capacity) { 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()
5698 stackshot_exclave_inspect_ctid_capacity = 0; in do_stackshot()