Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dkern_stackshot.c5043 uint64_t threads_in_stackshot = 0; in kdp_stackshot_kcdata_format() local
5236 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5342 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5390 …kcdata_add_uint64_with_description(stackshot_kcdata_p, threads_in_stackshot, "stackshot_threads_co… in kdp_stackshot_kcdata_format()