Home
last modified time | relevance | path

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

/xnu-11215/osfmk/corpses/
H A Dcorpse.c980 return corpse_task->crashed_thread_id; in task_corpse_get_crashed_thread_id()
/xnu-11215/osfmk/kern/
H A Dtask.h306 uint64_t crashed_thread_id; member
H A Dtask.c1588 new_task->crashed_thread_id = 0; in task_create_internal()
2586 task->crashed_thread_id = thread_tid(self_thread); in task_mark_corpse()
2921 new_task->crashed_thread_id = thread_tid(new_thread); in task_duplicate_map_and_threads()