Searched defs:pid (Results 101 - 125 of 707) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp480 int TgKill(pid_t pid, tid_t tid, int sig) { argument
720 uptr internal_ptrace(int request, int pid, void *addr, void *data) { argument
725 uptr internal_waitpid(int pid, int *status, int options) { argument
899 ThreadLister::ThreadLister(pid_t pid) argument
[all...]
H A Dsanitizer_fuchsia.cpp64 uptr pid = static_cast<uptr>(info.koid); local
H A Dsanitizer_flags.cpp54 int pid = internal_getpid(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp148 pid_t pid; member in struct:__anon1001::thread_stack_ll
171 pid_t pid = getpid(); local
H A Dsafestack_platform.h81 inline int TgKill(pid_t pid, ThreadId tid, int sig) { argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp794 INTERCEPTOR(int, prlimit, int pid, int resource, void *new_rlimit, argument
805 INTERCEPTOR(int, prlimit64, int pid, int resource, void *new_rlimit, argument
1197 int pid = REAL(fork)(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp318 int pid = REAL(fork)(); local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp713 int __dfsw_sched_getaffinity(pid_t pid, size_t cpusetsize, cpu_set_t *mask, argument
/freebsd-11-stable/sys/mips/mips/
H A Dtrap.c567 u_int32_t pid; local
[all...]
/freebsd-11-stable/libexec/rshd/
H A Drshd.c194 int cc, nfd, pv[2], pid, s; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h35 explicit RegionPass(char &pid) : Pass(PT_Region, pid) {} argument
H A DCallGraphSCCPass.h36 explicit CallGraphSCCPass(char &pid) : Pass(PT_CallGraphSCC, pid) {} argument
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.cpp41 int kill(pid_t pid, int sig) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h73 lldb::pid_t pid; member in struct:lldb_private::process_gdb_remote::GDBRemoteCommunicationServerPlatform::__anon1560
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { argument
83 static ProcessMessage Crash(lldb::pid_t pid, CrashReason reason, int signo, argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp203 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp54 int pid = process_info.GetProcessID(); local
120 const int pid = process_info.GetProcessID(); local
227 bool Host::GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &process_info) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp182 bool ProcessLaunchInfo::NoOpMonitorCallback(lldb::pid_t pid, bool exited, int signal, int status) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp23 SBAttachInfo::SBAttachInfo(lldb::pid_t pid) argument
76 void SBAttachInfo::SetProcessID(lldb::pid_t pid) { argument
236 void SBAttachInfo::SetParentProcessID(lldb::pid_t pid) { argument
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c330 pid_t pid; local
/freebsd-11-stable/sys/kern/
H A Dkern_time.c198 pid_t pid; local
293 pid_t pid; local
/freebsd-11-stable/sys/dev/sound/pcm/
H A Dmixer.c1099 pid_t pid; local
/freebsd-11-stable/usr.sbin/ypldap/
H A Dypldap.c76 check_child(pid_t pid, const char *pname) argument
643 imsg_compose_event(struct imsgev *iev, u_int16_t type, u_int32_t peerid, pid_t pid, int fd, void *data, u_int16_t datalen) argument
/freebsd-11-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c133 int pid; local
233 int pid, i; local
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c130 int pid; local

Completed in 245 milliseconds

1234567891011>>