Home
last modified time | relevance | path

Searched refs:tro_task (Results 1 – 16 of 16) sorted by relevance

/xnu-11215/osfmk/arm64/
H A Dbsd_arm64.c247 task_t task = tro->tro_task; in mach_syscall()
/xnu-11215/osfmk/i386/
H A Dbsd_i386.c572 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 Dmisc.py100 pid = GetProcPIDForTask(thread.t_tro.tro_task)
101 procname = GetProcNameForTask(thread.t_tro.tro_task)
H A Dprocess.py443 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 Duserspace.py70 … 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 Dscheduler.py365 task_val = active_thread.t_tro.tro_task
406 task = thread.t_tro.tro_task
/xnu-11215/osfmk/kern/
H A Dipc_tt.c875 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 Dexception.c764 task = tro->tro_task; in exception_triage_thread()
H A Ddebug.c1133 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 Dipc_kobject.c498 task_t curtask = tro->tro_task; in ipc_kobject_server_internal()
H A Dthread.h205 struct task *tro_task; member
H A Dbsd_kern.c851 return get_thread_ro(th)->tro_task; in get_threadtask()
H A Drecount.c1074 task_t task = get_thread_ro_unchecked(thread)->tro_task; in recount_transition()
H A Dthread.c354 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 Dkern_fork.c1341 if (task == curtro->tro_task) { in uthread_init()
1444 task_t task = tro->tro_task; in uthread_cleanup()
H A Dkern_credential.c3529 if (__improbable(tro->tro_task != kernel_task && in current_cached_proc_cred_update()