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

1234567891011>>

/external/valgrind/main/drd/tests/
H A Dlinuxthreads_det.c16 if (s_main_thread_pid == getpid())
31 s_main_thread_pid = getpid();
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DProcessID.h44 return getpid();
/external/valgrind/main/none/tests/
H A Dfdleak_creat.c12 sprintf(filename, "/tmp/file.%d", getpid());
H A Dsigstackgrowth.c40 kill(getpid(), SIGUSR1);
56 kill(getpid(), SIGUSR1);
H A Dfcntl_setown.c17 if (fcntl(s, F_SETOWN, getpid()) < 0)
H A Dpending.c51 kill(getpid(), SIGUSR1);
52 kill(getpid(), SIGHUP);
H A Dprocess_vm_readv_writev.c31 if (process_vm_readv(getpid(),
67 if (process_vm_writev(getpid(),
/external/valgrind/main/gdbserver_tests/
H A Dpasssigalrm.c21 if (kill(getpid(), SIGALRM) != 0)
30 if (kill(getpid(), SIGALRM) != 0)
/external/chromium_org/base/debug/
H A Ddebugger.cc18 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid())
/external/compiler-rt/lib/tsan/lit_tests/
H A Dsignal_malloc.cc22 kill(getpid(), SIGPROF);
/external/valgrind/main/memcheck/tests/linux/
H A Dsigqueue.c30 si->si_pid = getpid();
32 syscall(__NR_rt_sigqueueinfo, getpid(), SIGWINCH, si);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_misc.h43 # include <unistd.h> /* getpid() */
60 # define os_break() kill(getpid(), SIGTRAP)
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_misc.h43 # include <unistd.h> /* getpid() */
60 # define os_break() kill(getpid(), SIGTRAP)
/external/chromium_org/third_party/sqlite/src/test/
H A Dcrashtest1.c37 /*printf("pid %d: journal exists. rollback will be required\n",getpid());*/ unlink("test.db-saved");
50 srand(getpid());
63 printf("pid %d: cnt=%d\n", getpid(), cnt);
72 int parent = getpid();
/external/bison/lib/
H A Draise.c77 return kill (getpid (), sig);
/external/chromium_org/base/process/
H A Dprocess_handle_posix.cc12 return getpid();
H A Dprocess_info_mac.cc19 int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid() };
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dthread_lister.c63 pid = getpid();
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dthread_lister.c63 pid = getpid();
/external/chromium_org/tools/valgrind/
H A Dbrowser_wrapper_win.py33 wrapper_pid = str(os.getpid())
/external/chromium_org/v8/test/cctest/
H A Dtest-platform-linux.cc57 CHECK_EQ(static_cast<int>(getpid()), OS::GetCurrentProcessId());
/external/valgrind/main/coregrind/m_scheduler/
H A Dticket-lock-linux.c126 VG_(printf)("[%d/%d] acquire: ticket %d\n", VG_(getpid)(),
135 " futex[%ld] != %d\n", VG_(getpid)(),
176 "\n", VG_(getpid)(), VG_(gettid)(), wakeup_ticket,
185 VG_(getpid)(), VG_(gettid)(), wakeup_ticket);
/external/valgrind/main/none/tests/x86-linux/
H A Dsigcontext.c68 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR1));
83 : "0" (__NR_kill), "b" (getpid()), "c" (SIGUSR2));
/external/e2fsprogs/include/nonunix/
H A Dunistd.h27 #define getpid _getpid macro
/external/llvm/unittests/Support/
H A DProcessTest.cpp27 EXPECT_EQ(getpid(), process::get_self()->get_id());

Completed in 691 milliseconds

1234567891011>>