Home
last modified time | relevance | path

Searched refs:thread_act (Results 1 – 9 of 9) sorted by relevance

/xnu-8019.80.24/libsyscall/mach/
H A Dsemaphore.c49 semaphore_signal_thread(mach_port_t signal_semaphore, mach_port_t thread_act) in semaphore_signal_thread() argument
51 return semaphore_signal_thread_trap(signal_semaphore, thread_act); in semaphore_signal_thread()
H A Dthread_act.defs28 #include <mach/thread_act.defs>
/xnu-8019.80.24/bsd/dev/arm/
H A Dsystemcalls.c45 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);
95 thread_t thread_act, in unix_syscall() argument
102 struct uthread *uthread = get_bsdthread_info(thread_act); in unix_syscall()
242 thread_t thread_act; in unix_syscall_return() local
252 thread_act = current_thread(); in unix_syscall_return()
254 uthread = get_bsdthread_info(thread_act); in unix_syscall_return()
256 regs = find_user_regs(thread_act); in unix_syscall_return()
/xnu-8019.80.24/osfmk/mach/
H A Dmach.modulemap342 module thread_act {
343 header "mach/thread_act.h"
H A DMakefile49 thread_act.defs \
109 thread_act.h \
H A Dthread_act.defs69 thread_act 3600;
/xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj219 …962B16E18DBB43F0031244A /* thread_act.c in Sources */ = {isa = PBXBuildFile; fileRef = C962B16D18D…
273 …D9BD58114B00600000D8B9 /* thread_act.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD101…
626 …8DBB43F0031244A /* thread_act.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
686 …4B00600000D8B9 /* thread_act.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp…
821 C962B16D18DBB43F0031244A /* thread_act.c */,
822 C9D9BD10114B00600000D8B9 /* thread_act.defs */,
1455 C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */,
1510 C962B16E18DBB43F0031244A /* thread_act.c in Sources */,
/xnu-8019.80.24/osfmk/conf/
H A Dfiles189 osfmk/kern/thread_act.c standard
/xnu-8019.80.24/osfmk/arm64/
H A Dsleh.c189 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);