Searched refs:panic_get_thread_proc_task (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/osfmk/arm/ |
| H A D | model_dep.c | 634 panic_get_thread_proc_task(top_runnable[i], &task, &proc) && proc) { in do_print_all_backtraces() 645 if (panic_get_thread_proc_task(cur_thread, &task, &proc)) { in do_print_all_backtraces()
|
| /xnu-11215/osfmk/kern/ |
| H A D | debug.h | 644 boolean_t panic_get_thread_proc_task(struct thread *thread, struct task **task, struct proc **proc);
|
| H A D | debug.c | 1123 panic_get_thread_proc_task(struct thread *thread, struct task **task, struct proc **proc) in panic_get_thread_proc_task() function 1893 if (!panic_get_thread_proc_task(current_thread(), &ctask, &cbsd_info)) {
|
| /xnu-11215/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1479 if (panic_get_thread_proc_task(cur_thread, &task, &proc)) { in panic_i386_backtrace()
|