Searched refs:getpid (Results 1 - 25 of 415) sorted by relevance

1234567891011>>

/external/strace/tests/
H A Dstack-fcall-3.c5 return getpid() + i;
H A Dstrace-k.test44 run_strace -e getpid -k $args
46 expected='getpid f3 f2 f1 f0 main '
/external/toybox/toys/example/
H A Dhello.c34 if (getpid() == 1) wait(&TT.unused);
/external/libchrome/base/process/
H A Dprocess_handle_posix.cc12 return getpid();
/external/toybox/toys/other/
H A Dsetsid.c25 tcsetpgrp(0, getpid());
/external/valgrind/drd/tests/
H A Dlinuxthreads_det.c16 if (s_main_thread_pid == getpid())
31 s_main_thread_pid = getpid();
/external/valgrind/none/tests/
H A Dfdleak_creat.c12 sprintf(filename, "/tmp/file.%ld", (long) getpid());
H A Dsigstackgrowth.c40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
H A Dfcntl_setown.c17 if (fcntl(s, F_SETOWN, getpid()) < 0)
/external/compiler-rt/test/asan/TestCases/Android/
H A Dcoverage-android.cc116 kill(getpid(), SIGKILL);
125 fprintf(stderr, "PID: %d\n", getpid());
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-fork-direct.cc25 fprintf(stderr, "Child PID: %d\n", getpid());
28 fprintf(stderr, "Parent PID: %d\n", getpid());
H A Dcoverage-fork.cc24 fprintf(stderr, "Child PID: %d\n", getpid());
27 fprintf(stderr, "Parent PID: %d\n", getpid());
H A Dcoverage-direct-activation.cc49 fprintf(stderr, "PID: %d\n", getpid());
H A Dcoverage-direct.cc73 fprintf(stderr, "PID: %d\n", getpid());
/external/libunwind/tests/
H A Dmapper.c66 kill (getpid (), SIGUSR1); /* tell test-ptrace to start single-stepping */
68 kill (getpid (), SIGUSR2); /* tell test-ptrace to stop single-stepping */
/external/compiler-rt/test/msan/
H A Dchained_origin_with_signals.cc29 kill(getpid(), SIGHUP);
/external/compiler-rt/test/tsan/
H A Dsignal_malloc.cc20 kill(getpid(), SIGPROF);
H A Dsignal_write.cc18 kill(getpid(), SIGPROF);
/external/libchrome/base/debug/
H A Ddebugger.cc19 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
/external/valgrind/gdbserver_tests/
H A Dgone.c26 kill(getpid(), SIGABRT);
/external/autotest/client/common_lib/
H A Dpidfile.py14 self.pid_file.write("%s\n" % os.getpid())
16 logging.info("Logged pid %s to %s", os.getpid(), self.path)
/external/autotest/client/tests/kvm/scripts/
H A Dmulticast_guest.py35 print "join_mcast_pid:%s" % os.getpid()
36 os.kill(os.getpid(), signal.SIGSTOP)
/external/valgrind/memcheck/tests/linux/
H A Dsigqueue.c30 si->si_pid = getpid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
/external/fio/
H A Ddebug.c14 pid = getpid();
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.h43 # include <unistd.h> /* getpid() */
60 # define os_break() kill(getpid(), SIGTRAP)

Completed in 757 milliseconds

1234567891011>>