Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/kern/
H A Dkern_stackshot.c316 bool sc_is_singlethreaded; member
799 assert(!stackshot_ctx.sc_is_singlethreaded); in stackshot_buffer_alloc()
879 assert(!stackshot_ctx.sc_is_singlethreaded); in stackshot_buffer_free()
915 if (stackshot_ctx.sc_is_singlethreaded) { in stackshot_alloc_with_size()
1284 if (error == KERN_SUCCESS && !stackshot_ctx.sc_is_singlethreaded) { in stack_snapshot_from_kernel()
1295 if (!stackshot_ctx.sc_is_singlethreaded) { in stack_snapshot_from_kernel()
1662 if (stackshot_ctx.sc_is_singlethreaded) { in stackshot_alloc_final_kcdata()
1689 if (stackshot_ctx.sc_is_singlethreaded || (stackshot_ctx.sc_finalized_kcdata == NULL)) { in stackshot_free_final_kcdata()
1714 assert(!stackshot_ctx.sc_panic_stackshot && !stackshot_ctx.sc_is_singlethreaded); in stackshot_collect_kcdata()
1795 assert(!stackshot_ctx.sc_panic_stackshot && !stackshot_ctx.sc_is_singlethreaded); in stackshot_finalize_kcdata()
[all …]