Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/kdp/
H A Dprocessor_core.c96 uint64_t core_thread_count; /* Number of LC_THREADs to be included */ member
412 core_context->core_threads_remaining = core_context->core_thread_count = thread_count; in coredump_save_summary()
443 …numcmds = (uint32_t)(core_context->core_segment_count + core_context->core_thread_count + core_con… in coredump_save_summary()
672 core_context->core_threads_remaining, core_context->core_thread_count); in coredump_save_thread_state()
930 __func__, context.core_threads_remaining, context.core_thread_count); in kern_coredump_routine()
1000 …c_corename, context.core_segment_count, context.core_segment_byte_total, context.core_thread_count, in kern_coredump_routine()
1001 (context.core_thread_count * context.core_thread_state_size), context.core_file_length); in kern_coredump_routine()