Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kern/
H A Dkern_stackshot.c5121 uint64_t threads_in_stackshot = 0; in kdp_stackshot_kcdata_format() local
5316 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5422 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5470 …kcdata_add_uint64_with_description(stackshot_kcdata_p, threads_in_stackshot, "stackshot_threads_co… in kdp_stackshot_kcdata_format()