Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dkern_stackshot.c5014 uint64_t threads_in_stackshot = 0; in kdp_stackshot_kcdata_format() local
5207 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5313 threads_in_stackshot += task->thread_count; in kdp_stackshot_kcdata_format()
5361 …kcdata_add_uint64_with_description(stackshot_kcdata_p, threads_in_stackshot, "stackshot_threads_co… in kdp_stackshot_kcdata_format()