Home
last modified time | relevance | path

Searched refs:return_pid (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dinfttrace.c2607 int return_pid; in ptrace_wait() local
2901 return_pid = map_to_gdb_tid (real_tid); in ptrace_wait()
2903 if (real_tid == 0 || return_pid == 0) in ptrace_wait()
2908 return return_pid; in ptrace_wait()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm100 DNBError &error, pid_t *return_pid); typedef
109 // If return_pid is not NULL, we'll fetch the pid that was made for the
118 pid_t *return_pid) {
135 bool wants_pid = (return_pid != NULL);
227 *return_pid = pid_in_block;
231 pid_in_block, *return_pid);
4072 pid_t return_pid = INVALID_NUB_PROCESS;
4081 &return_pid);
4090 &return_pid);
4102 return return_pid;