Searched refs:tro_task (Results 1 – 16 of 16) sorted by relevance
| /xnu-11215/osfmk/arm64/ |
| H A D | bsd_arm64.c | 247 task_t task = tro->tro_task; in mach_syscall()
|
| /xnu-11215/osfmk/i386/ |
| H A D | bsd_i386.c | 572 task_t task = tro->tro_task; in mach_call_munger() 691 task_t task = tro->tro_task; in mach_call_munger64()
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | misc.py | 100 pid = GetProcPIDForTask(thread.t_tro.tro_task) 101 procname = GetProcNameForTask(thread.t_tro.tro_task)
|
| H A D | process.py | 443 thread_task_ptr_str = '{:<#018x}'.format(thread.t_tro.tro_task) 1392 tmap[unsigned(thr.t_tro.tro_task)].append(thr) 1642 pval = GetProcFromTask(th.t_tro.tro_task) 1687 task_val = active_thread.t_tro.tro_task 1708 task_val = active_thread.t_tro.tro_task 1761 task_val = active_thread.t_tro.tro_task
|
| H A D | userspace.py | 70 … frame = GetUserDataAsString(thread.t_tro.tro_task, unsigned(cur_frame), user_abi_ret_offset*2) 120 …_PrintARMUserStack(thread.t_tro.tro_task, cur_pc, cur_fp, framesize, frametype, frameformat, user_…
|
| H A D | scheduler.py | 365 task_val = active_thread.t_tro.tro_task 406 task = thread.t_tro.tro_task
|
| /xnu-11215/osfmk/kern/ |
| H A D | ipc_tt.c | 875 task_t task = tro->tro_task; in ipc_main_thread_set_immovable_pinned() 1023 assert(task_is_immovable(tro->tro_task)); in ipc_thread_disable() 1113 assert(task_is_immovable(tro->tro_task)); in ipc_thread_terminate() 1390 if (task_is_immovable(tro->tro_task)) { in retrieve_thread_self_fast() 1808 if (which == THREAD_KERNEL_PORT && tro->tro_task == current_task()) { in thread_get_special_port_from_user() 3299 task_conversion_eval_out_trans(current_task(), tro->tro_task, flavor)) { in convert_thread_to_port_with_flavor() 4000 if (port && task_is_immovable(tro->tro_task)) { in convert_thread_to_port_pinned()
|
| H A D | exception.c | 764 task = tro->tro_task; in exception_triage_thread()
|
| H A D | debug.c | 1133 if (!PANIC_VALIDATE_PTR(thread->t_tro->tro_task)) { in panic_get_thread_proc_task() 1138 *task = thread->t_tro->tro_task; in panic_get_thread_proc_task()
|
| H A D | ipc_kobject.c | 498 task_t curtask = tro->tro_task; in ipc_kobject_server_internal()
|
| H A D | thread.h | 205 struct task *tro_task; member
|
| H A D | bsd_kern.c | 851 return get_thread_ro(th)->tro_task; in get_threadtask()
|
| H A D | recount.c | 1074 task_t task = get_thread_ro_unchecked(thread)->tro_task; in recount_transition()
|
| H A D | thread.c | 354 tro_tpl->tro_task = parent_task; in thread_ro_create() 458 task_t task = tro->tro_task; in thread_terminate_self()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_fork.c | 1341 if (task == curtro->tro_task) { in uthread_init() 1444 task_t task = tro->tro_task; in uthread_cleanup()
|
| H A D | kern_credential.c | 3529 if (__improbable(tro->tro_task != kernel_task && in current_cached_proc_cred_update()
|