Searched refs:thread_state_size (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kdp/ |
| H A D | kdp_core.c | 503 uint64_t thread_state_size = 0, thread_count = 0; in kern_dump_save_summary() local 517 kern_collectth_state_size(&thread_count, &thread_state_size); in kern_dump_save_summary() 520 thread_count, thread_state_size, 0, context); in kern_dump_save_summary() 551 uint64_t thread_state_size = 0, thread_count = 0; in kern_dump_save_thread_state() local 553 kern_collectth_state_size(&thread_count, &thread_state_size); in kern_dump_save_thread_state() 555 if (thread_state_size > 0) { in kern_dump_save_thread_state() 558 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()
|