Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c416 static ctid_t *stackshot_exclave_inspect_ctids = NULL; variable
1216 assert(!stackshot_exclave_inspect_ctids); in stack_snapshot_from_kernel()
1271 assert(error == KERN_SUCCESS || stackshot_exclave_inspect_ctids == NULL); in stack_snapshot_from_kernel()
1289 if (stackshot_exclave_inspect_ctids) { in stack_snapshot_from_kernel()
1925 assert(!stackshot_exclave_inspect_ctids); in stackshot_setup_exclave_waitlist()
1932 stackshot_exclave_inspect_ctids = stackshot_alloc_with_size(waitlist_size, &error); in stackshot_setup_exclave_waitlist()
1933 if (!stackshot_exclave_inspect_ctids) { in stackshot_setup_exclave_waitlist()
1973 ctid = stackshot_exclave_inspect_ctids[i]; in collect_exclave_threads()
1992 stackshot_exclave_inspect_ctids = NULL; in collect_exclave_threads()
2270 if (stackshot_exclave_inspect_ctids) { in commit_exclaves_ast()
[all …]