Home
last modified time | relevance | path

Searched defs:thr (Results 1 – 12 of 12) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Dpcb_native.c441 i386_lbr_synch(thread_t thr) in i386_lbr_synch()
934 machine_tecs(thread_t thr) in machine_tecs()
942 machine_thread_set_insn_copy_optout(thread_t thr) in machine_thread_set_insn_copy_optout()
/xnu-8020.140.41/osfmk/vm/
H A Dpmap.h407 #define PMAP_ACTIVATE_USER(thr, cpu) argument
409 #define PMAP_ACTIVATE_USER(thr, cpu) { \ argument
421 #define PMAP_DEACTIVATE_USER(thr, cpu) argument
423 #define PMAP_DEACTIVATE_USER(thr, cpu) { \ argument
/xnu-8020.140.41/osfmk/arm/
H A Dpcb.c458 machine_tecs(__unused thread_t thr) in machine_tecs()
/xnu-8020.140.41/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c440 uint64_t thr = info->threads[i]; in check_process_threads() local
/xnu-8020.140.41/osfmk/arm64/
H A Dpcb.c1020 machine_tecs(__unused thread_t thr) in machine_tecs()
/xnu-8020.140.41/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c351 thread_t thr = vfs_context_thread(ap->a_context); in fdesc_open() local
/xnu-8020.140.41/tests/
H A Dkqueue_file_tests.c506 pthread_t thr; in execute_test() local
/xnu-8020.140.41/osfmk/kern/
H A Dthread.c3695 thread_kern_get_pri(thread_t thr) in thread_kern_get_pri()
3701 thread_kern_set_pri(thread_t thr, integer_t pri) in thread_kern_set_pri()
H A Dkalloc.c1719 thread_t thr = current_thread(); in KALLOC_ZINFO_SALLOC() local
1726 thread_t thr = current_thread(); in KALLOC_ZINFO_SFREE() local
/xnu-8020.140.41/bsd/kern/
H A Dkern_sig.c2002 get_signalthread(proc_t p, int signum, thread_t * thr) in get_signalthread()
H A Dkern_descrip.c4786 thread_t thr = vfs_context_thread(&context); in sys_fcntl_nocancel() local
/xnu-8020.140.41/bsd/vfs/
H A Dkpi_vfs.c1791 thread_t thr; in vfs_ctx_skipatime() local