Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c64 uint64_t per_thread_size = 0; in kern_collect_userth_state_size() local
69 per_thread_size += sizeof(x86_state_hdr_t) + flavors[i].count * sizeof(natural_t); in kern_collect_userth_state_size()
73 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size()
/xnu-11417.121.6/osfmk/kdp/ml/arm/
H A Dkdp_vm.c388 uint64_t per_thread_size = 0; in kern_collect_userth_state_size() local
407 per_thread_size += sizeof(arm_state_hdr_t) + (flavors[i].count * sizeof(natural_t)); in kern_collect_userth_state_size()
411 *tstate_size = sizeof(struct thread_command) + per_thread_size; in kern_collect_userth_state_size()
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m2564 uint64_t per_thread_size = sslen / no_threads;
2567 dt_stat_add(size, per_thread_size);