Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/corpses/
H A Dcorpse.c979 return corpse_task->crashed_thread_id; in task_corpse_get_crashed_thread_id()
/xnu-10063.141.1/osfmk/kern/
H A Dtask.h281 uint64_t crashed_thread_id; member
H A Dtask.c1586 new_task->crashed_thread_id = 0; in task_create_internal()
2579 task->crashed_thread_id = thread_tid(self_thread); in task_mark_corpse()
2913 new_task->crashed_thread_id = thread_tid(new_thread); in task_duplicate_map_and_threads()