HomeSort by relevance Sort by last modified time
    Searched refs:pid_t (Results 251 - 275 of 1914) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/asan/TestCases/Posix/
waitid.cc 10 pid_t pid = fork();
  /external/elfutils/libebl/
eblinitreg.c 37 ebl_set_initial_registers_tid (Ebl *ebl, pid_t tid,
  /external/fio/
debug.c 10 pid_t pid;
  /external/google-breakpad/src/client/linux/handler/
exception_handler.h 183 static bool WriteMinidumpForChild(pid_t child,
184 pid_t child_blamed_thread,
193 pid_t tid; // the crashing thread.
243 bool DoDump(pid_t crashing_process, const void* context,
  /external/google-breakpad/src/client/mac/tests/
spawn_child_process.h 101 pid_t spawn_child_process(const char** argv) {
104 return (pid_t)-1;
124 return (pid_t)-1;
134 pid_t new_pid = 0;
  /external/libunwind/src/ptrace/
_UPT_internal.h 53 pid_t pid; /* the process-id of the child we're unwinding */
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid06.c 35 pid_t pid;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/
helper.c 62 pid_t child;
91 pid_t chk;
127 if (child == (pid_t) - 1) {
133 if (child == (pid_t) 0) {
  /external/mdnsresponder/mDNSWindows/
PosixCompat.h 28 typedef int pid_t; typedef
  /external/strace/tests/
getxxid.c 40 pid_t ppid;
rt_sigqueueinfo.c 44 pid_t pid = getpid();
run_expect_termsig.c 44 pid_t pid = fork();
  /external/strace/tests-m32/
getxxid.c 40 pid_t ppid;
rt_sigqueueinfo.c 44 pid_t pid = getpid();
run_expect_termsig.c 44 pid_t pid = fork();
  /external/strace/tests-mx32/
getxxid.c 40 pid_t ppid;
rt_sigqueueinfo.c 44 pid_t pid = getpid();
run_expect_termsig.c 44 pid_t pid = fork();
  /external/toybox/toys/lsb/
pidof.c 29 static int print_pid(pid_t pid, char *name)
  /external/valgrind/memcheck/tests/
noisy_child.c 22 pid_t child;
  /system/core/init/
property_service.h 32 extern bool PropertyChildReap(pid_t pid);
  /system/core/lmkd/include/
lmkd.h 91 pid_t pid;
102 params->pid = (pid_t)ntohl(packet[1]);
122 pid_t pid;
131 params->pid = (pid_t)ntohl(packet[1]);
  /system/extras/simpleperf/
event_fd.h 42 pid_t tid, int cpu,
53 pid_t ThreadId() const { return tid_; }
87 const std::string& event_name, pid_t tid, int cpu)
111 pid_t tid_;
  /system/extras/simpleperf/runtest/
function_fork.cpp 24 pid_t pid = fork();
  /external/libbrillo/brillo/
process_mock.h 37 MOCK_METHOD0(pid, pid_t());
39 MOCK_METHOD1(Reset, void(pid_t));
41 MOCK_METHOD0(Release, pid_t());

Completed in 717 milliseconds

<<11121314151617181920>>