Searched defs:pid (Results 1 - 25 of 84) sorted by relevance

1234

/xnu-2422.115.4/libsyscall/wrappers/
H A Dkill.c36 kill(pid_t pid, int sig) argument
/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dposix_spawn_bin.c48 int pid; local
H A Dposix_spawn.c84 int pid; local
H A Dlmbench_lat_sig_catch.c85 int pid; member in struct:__anon1214
H A Dlmbench_lat_sig_send.c85 int pid; member in struct:__anon1217
/xnu-2422.115.4/bsd/dev/chud/
H A Dchud_process.c43 int pid = -1; local
55 chudxnu_task_for_pid(int pid) argument
69 int pid = -1; local
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dlctx.h12 getlcid(pid_t pid) argument
18 setlcid(pid_t pid, pid_t lcid) argument
/xnu-2422.115.4/osfmk/kperf/
H A Dthreadinfo.h35 uint64_t pid; member in struct:threadinfo
H A Dkperf.c256 int pid; local
/xnu-2422.115.4/tools/tests/libMicro/
H A Dsignal.c81 int pid; local
[all...]
/xnu-2422.115.4/tools/tests/unit_tests/pipe_test_10807398_src/
H A Dparent.c9 int fd[2], pid, r; local
/xnu-2422.115.4/tools/tests/execperf/
H A Drun.c62 pid_t pid; local
/xnu-2422.115.4/tools/tests/unit_tests/
H A Dcodesigntests.c11 get_blob(pid_t pid, int op) argument
77 pid_t pid; local
[all...]
/xnu-2422.115.4/tools/tests/unit_tests/libproc_privilege_test_13203438_src/
H A Dlibproc_privilege_test_13203438.c21 bsdinfo_test(int pid, int result) argument
39 taskinfo_test(int pid, int result) argument
56 bsdshortinfo_test(int pid, int result) argument
74 piduniqid_test(int pid, int result) argument
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dbsd_i386_native.c125 thread_set_parent(thread_t parent, int pid) argument
H A Dbsd_i386.c210 thread_set_child(thread_t child, int pid) argument
/xnu-2422.115.4/bsd/net/
H A Dif_pflog.h87 pid_t pid; member in struct:pfloghdr
/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c85 int pid; local
/xnu-2422.115.4/bsd/kern/
H A Dprocess_policy.c450 proc_pidbackgrounded(pid_t pid, uint32_t* state) argument
H A Dvm_pressure.c183 static struct knote *vm_find_knote_from_pid(pid_t pid, struct klist *list) { argument
201 int vm_dispatch_pressure_note_to_pid(pid_t pid, boolean_t locked) { argument
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dexception.c416 kern_return_t sys_perf_notify(thread_t thread, int pid) argument
/xnu-2422.115.4/bsd/vm/
H A Ddp_backing_file.c114 int pid = args->pid; local
/xnu-2422.115.4/iokit/IOKit/
H A DIOKitKeysPrivate.h65 UInt32 pid; member in struct:_IOUCProcessToken
/xnu-2422.115.4/bsd/netkey/
H A Dkeydb.h101 pid_t pid; /* message's pid */ member in struct:secasvar
/xnu-2422.115.4/libsyscall/wrappers/libproc/
H A Dproc_listpidspath.c166 check_process_vnodes(fdOpenInfoRef info, int pid) argument
212 check_process_text(fdOpenInfoRef info, int pid) argument
257 check_process_fds(fdOpenInfoRef info, int pid) argument
360 check_process_threads(fdOpenInfoRef info, int pid) argument
457 check_process(fdOpenInfoRef info, int pid) argument
580 int pid; local
[all...]

Completed in 113 milliseconds

1234