| /xnu-11215/bsd/dev/i386/ |
| H A D | systemcalls.c | 111 uthread = get_bsdthread_info(thread); in unix_syscall() 295 uthread = get_bsdthread_info(thread); in unix_syscall64() 487 uthread = get_bsdthread_info(thread); in unix_syscall_return()
|
| H A D | unix_signal.c | 201 ut = get_bsdthread_info(thread); in sendsig() 801 ut = (struct uthread *)get_bsdthread_info(thread); in sigreturn()
|
| /xnu-11215/bsd/uxkern/ |
| H A D | ux_exception.c | 130 uthread_t ut = get_bsdthread_info(thread); in handle_ux_exception()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_synch.c | 73 ut = get_bsdthread_info(self); in _sleep_continue() 173 ut = get_bsdthread_info(self); in _sleep()
|
| H A D | kern_sig.c | 732 ut = (struct uthread *)get_bsdthread_info(thread); in execsigs() 912 uthread = (struct uthread *)get_bsdthread_info(self); in __pthread_testcancel() 972 uth = (struct uthread *)get_bsdthread_info(thread); in __pthread_canceled() 1795 uth = get_bsdthread_info(sig_actthread); in threadsignal() 1888 struct uthread *targ_uth = get_bsdthread_info(th); in set_thread_exit_reason() 2154 uth = get_bsdthread_info(sig_thread); in psignal_internal() 2177 uth = get_bsdthread_info(sig_thread); in psignal_internal() 2681 ut = get_bsdthread_info(cur_act); in issignal_locked() 2928 ut = get_bsdthread_info(cur_act); in CURSIG() 3309 struct uthread *ut = get_bsdthread_info(thread); in bsd_ast() [all …]
|
| H A D | kern_fork.c | 727 get_bsdthread_info(child_thread)->uu_flag |= UT_LP64; in cloneproc() 730 get_bsdthread_info(child_thread)->uu_flag &= ~UT_LP64; in cloneproc() 1566 uthread_t ut = (struct uthread *) get_bsdthread_info(thread); in thread_get_sigreturn_token() 1573 uthread_t ut = (struct uthread *) get_bsdthread_info(thread); in thread_get_sigreturn_diversifier()
|
| H A D | kern_resource.c | 2240 set_thread_atime_policy(get_bsdthread_info(thread), policy); in iopolicysys_vfs_atime_updates() 2247 policy = get_thread_atime_policy(get_bsdthread_info(thread)); in iopolicysys_vfs_atime_updates() 2348 set_thread_materialize_policy(get_bsdthread_info(thread), policy); in iopolicysys_vfs_materialize_dataless_files() 2355 policy = get_thread_materialize_policy(get_bsdthread_info(thread)); in iopolicysys_vfs_materialize_dataless_files() 2696 set_thread_skip_mtime_policy(get_bsdthread_info(thread), policy); in iopolicysys_vfs_skip_mtime_update() 2703 policy = get_thread_skip_mtime_policy(get_bsdthread_info(thread)); in iopolicysys_vfs_skip_mtime_update() 2861 struct uthread *ut = get_bsdthread_info(thread); in iopolicysys_vfs_nocache_write_fs_blksize() 2875 struct uthread *ut = get_bsdthread_info(thread); in iopolicysys_vfs_nocache_write_fs_blksize()
|
| H A D | kern_exit.c | 1252 bsd_getthreadname(get_bsdthread_info(current_thread()), threadname); in current_thread_collect_backtrace_info() 1515 ut = get_bsdthread_info(self); in exit_with_reason() 1880 ut = get_bsdthread_info(self); in proc_prepareexit() 2859 uth = (struct uthread *)get_bsdthread_info(thread); in wait1continue() 3108 uth = (struct uthread *)get_bsdthread_info(thread); in waitidcontinue() 3508 struct uthread *ut = get_bsdthread_info(thread); in kdp_wait4_find_process() 3565 ut = get_bsdthread_info(current_thread()); in exit_with_exception_internal()
|
| H A D | kern_event.c | 744 struct uthread *ut = get_bsdthread_info(thread); in knote_unlock() 4512 struct uthread *ut = get_bsdthread_info(self); in kqworkq_acknowledge_events() 5426 struct uthread *ut = get_bsdthread_info(thread); 5614 struct uthread *ut = get_bsdthread_info(thread); 6263 struct uthread *ut = get_bsdthread_info(thread); 6326 struct uthread *ut = get_bsdthread_info(thread); 6402 struct uthread *ut = get_bsdthread_info(thread); 7319 uthread_t ut = get_bsdthread_info(thread); 7768 struct uthread *uth = get_bsdthread_info(th); 8162 uthread_t ut = get_bsdthread_info(thread); [all …]
|
| H A D | mach_process.c | 491 ut = (uthread_t)get_bsdthread_info(th_act); in ptrace()
|
| H A D | bsd_init.c | 1192 ut = (struct uthread *)get_bsdthread_info(thread); in bsd_utaskbootstrap()
|
| H A D | kern_exec.c | 882 get_bsdthread_info(thread)->uu_flag |= UT_LP64; in activate_exec_state() 885 get_bsdthread_info(thread)->uu_flag &= ~UT_LP64; in activate_exec_state() 1261 uthread = get_bsdthread_info(thread); in exec_mach_imgact() 1341 uthread = get_bsdthread_info(thread); in exec_mach_imgact() 4366 uthread_t child_uthread = get_bsdthread_info(child_thread); in posix_spawn() 5025 uthread_t new_uthread = get_bsdthread_info(new_thread); in proc_exec_switch_task()
|
| H A D | sys_ulock.c | 749 uthread_t uthread = (uthread_t)get_bsdthread_info(self); in sys_ulock_wait2()
|
| /xnu-11215/bsd/pthread/ |
| H A D | pthread_shims.c | 374 workq_thread_terminate(p, get_bsdthread_info(th)); in bsdthread_terminate() 565 .get_bsdthread_info = get_bsdthread_info,
|
| H A D | pthread_workqueue.c | 1043 struct uthread *uth = get_bsdthread_info(th); in workq_thread_init_and_wq_lock() 1104 struct uthread *uth = get_bsdthread_info(th); in workq_add_new_idle_thread() 1944 struct uthread *uth = get_bsdthread_info(thread); in workq_sched_callback() 2348 struct uthread *uth = get_bsdthread_info(th); in bsdthread_set_self() 2669 struct uthread *uth = get_bsdthread_info(thread); in workq_thread_add_dispatch_override() 2724 struct uthread *uth = get_bsdthread_info(thread); in workq_thread_reset_dispatch_override() 2761 struct uthread *uth = get_bsdthread_info(thread); in workq_thread_allow_kill() 3536 struct uthread *uth = get_bsdthread_info(thread); in workq_kern_quantum_expiry_reevaluate() 3607 struct uthread *uth = get_bsdthread_info(th); in workq_thread_return() 3811 struct uthread *uth = get_bsdthread_info(th); in workq_kernreturn() [all …]
|
| /xnu-11215/osfmk/kern/ |
| H A D | thread.c | 512 if (kdebug_enable && bsd_hasthreadname(get_bsdthread_info(thread))) { in thread_terminate_self() 514 bsd_getthreadname(get_bsdthread_info(thread), threadname); in thread_terminate_self() 518 uthread_cleanup(get_bsdthread_info(thread), tro); in thread_terminate_self() 807 uthread_destroy(get_bsdthread_info(thread)); in thread_deallocate_complete() 1106 struct uthread *uth = get_bsdthread_info(thread); in thread_terminate_queue_invoke() 1367 uthread_init(parent_task, get_bsdthread_info(new_thread), in thread_create_internal() 1612 struct uthread *ut = get_bsdthread_info(new_thread); in thread_create_internal() 3619 struct uthread *uth = get_bsdthread_info(thread); in thread_supports_cooperative_workqueue() 3752 return bsd_hasthreadname(get_bsdthread_info(th)); in thread_has_thread_name() 3766 bsd_setthreadname(get_bsdthread_info(th), thread_tid(th), name); in thread_set_thread_name() [all …]
|
| H A D | bsd_kern.c | 180 get_bsdthread_info(thread_t th) in get_bsdthread_info() function 1156 bsd_threadcdir(get_bsdthread_info(thact), vpp, vidp); in fill_taskthreadinfo() 1158 bsd_getthreadname(get_bsdthread_info(thact), ptinfo->pth_name); in fill_taskthreadinfo()
|
| /xnu-11215/bsd/dev/arm/ |
| H A D | systemcalls.c | 99 struct uthread *uthread = get_bsdthread_info(thread_act); in unix_syscall() 245 uthread = get_bsdthread_info(thread_act); in unix_syscall_return()
|
| H A D | unix_signal.c | 315 ut = get_bsdthread_info(th_act); in sendsig() 811 ut = (struct uthread *) get_bsdthread_info(th_act); in sigreturn()
|
| /xnu-11215/osfmk/arm64/ |
| H A D | bsd_arm64.c | 196 struct uthread *ut = get_bsdthread_info(current_thread()); in mach_syscall()
|
| /xnu-11215/osfmk/i386/ |
| H A D | bsd_i386.c | 519 struct uthread *ut = get_bsdthread_info(current_thread()); in mach_call_munger() 638 struct uthread *ut = get_bsdthread_info(current_thread()); in mach_call_munger64()
|
| /xnu-11215/bsd/dev/dtrace/ |
| H A D | fbt_blacklist.c | 150 CLOSURE(get_bsdthread_info)
|
| /xnu-11215/bsd/sys/ |
| H A D | pthread_shims.h | 222 struct uthread* (*get_bsdthread_info)(thread_t th); member
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 379 uu = get_bsdthread_info(thr); in fdesc_open()
|
| /xnu-11215/bsd/vfs/ |
| H A D | kpi_vfs.c | 1307 uth = get_bsdthread_info(t); in vfs_context_is64bit() 1363 uth = get_bsdthread_info(t); in vfs_context_allow_fs_blksize_nocache_write() 1381 uthread_t ut = t ? get_bsdthread_info(t) : NULL; in vfs_context_skip_mtime_update() 1541 uthread_t uth = get_bsdthread_info(t); in vfs_context_cwd() 1965 ut = get_bsdthread_info(thr); in vfs_ctx_skipatime()
|