Searched refs:thread_state_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/kdp/ |
| H A D | kdp_core.c | 512 uint64_t thread_state_size = 0, thread_count = 0; in kern_dump_save_summary() local 526 kern_collectth_state_size(&thread_count, &thread_state_size); in kern_dump_save_summary() 529 thread_count, thread_state_size, 0, context); in kern_dump_save_summary() 560 uint64_t thread_state_size = 0, thread_count = 0; in kern_dump_save_thread_state() local 562 kern_collectth_state_size(&thread_count, &thread_state_size); in kern_dump_save_thread_state() 564 if (thread_state_size > 0) { in kern_dump_save_thread_state() 567 kern_collectth_state(current_thread(), buf, thread_state_size, &iter); in kern_dump_save_thread_state()
|
| H A D | processor_core.h | 78 uint64_t thread_count, uint64_t thread_state_size,
|
| H A D | processor_core.c | 294 uint64_t thread_count, uint64_t thread_state_size, in coredump_save_summary() argument 302 if (!core_segment_count || !core_byte_count || !thread_count || !thread_state_size in coredump_save_summary() 303 || (thread_state_size > KERN_COREDUMP_THREADSIZE_MAX)) { in coredump_save_summary() 311 core_context->core_thread_state_size = thread_state_size; in coredump_save_summary()
|