Searched refs:thread_act (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215/bsd/dev/arm/ |
| H A D | systemcalls.c | 45 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc); 92 thread_t thread_act, in unix_syscall() argument 99 struct uthread *uthread = get_bsdthread_info(thread_act); in unix_syscall() 233 thread_t thread_act; in unix_syscall_return() local 243 thread_act = current_thread(); in unix_syscall_return() 245 uthread = get_bsdthread_info(thread_act); in unix_syscall_return() 247 regs = find_user_regs(thread_act); in unix_syscall_return()
|
| /xnu-11215/libsyscall/mach/ |
| H A D | semaphore.c | 49 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 D | thread_act.defs | 28 #include <mach/thread_act.defs>
|
| /xnu-11215/osfmk/mach/ |
| H A D | Makefile | 48 thread_act.defs \ 106 thread_act.h \
|
| H A D | thread_act.defs | 69 thread_act 3600;
|
| /xnu-11215/libsyscall/Libsyscall.xcodeproj/ |
| H A D | project.pbxproj | 223 …962B16E18DBB43F0031244A /* thread_act.c in Sources */ = {isa = PBXBuildFile; fileRef = C962B16D18D… 276 …D9BD58114B00600000D8B9 /* thread_act.defs in Sources */ = {isa = PBXBuildFile; fileRef = C9D9BD101… 637 …8DBB43F0031244A /* thread_act.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 696 …4B00600000D8B9 /* thread_act.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileTyp… 833 C962B16D18DBB43F0031244A /* thread_act.c */, 834 C9D9BD10114B00600000D8B9 /* thread_act.defs */, 1496 C9D9BD58114B00600000D8B9 /* thread_act.defs in Sources */, 1554 C962B16E18DBB43F0031244A /* thread_act.c in Sources */,
|
| /xnu-11215/osfmk/conf/ |
| H A D | files | 202 osfmk/kern/thread_act.c standard
|
| /xnu-11215/osfmk/arm64/ |
| H A D | sleh.c | 209 unix_syscall(struct arm_saved_state * regs, thread_t thread_act, struct proc * proc);
|