Searched refs:panic_get_thread_proc_task (Results 1 – 4 of 4) sorted by relevance
| /xnu-10002.1.13/osfmk/arm/ |
| H A D | model_dep.c | 598 panic_get_thread_proc_task(top_runnable[i], &task, &proc) && proc) { in do_print_all_backtraces() 609 if (panic_get_thread_proc_task(cur_thread, &task, &proc)) { in do_print_all_backtraces()
|
| /xnu-10002.1.13/osfmk/kern/ |
| H A D | debug.h | 614 boolean_t panic_get_thread_proc_task(struct thread *thread, struct task **task, struct proc **proc);
|
| H A D | debug.c | 1054 panic_get_thread_proc_task(struct thread *thread, struct task **task, struct proc **proc) in panic_get_thread_proc_task() function 1791 if (!panic_get_thread_proc_task(current_thread(), &ctask, &cbsd_info)) {
|
| /xnu-10002.1.13/osfmk/i386/AT386/ |
| H A D | model_dep.c | 1478 if (panic_get_thread_proc_task(cur_thread, &task, &proc)) { in panic_i386_backtrace()
|