HomeSort by relevance Sort by last modified time
    Searched refs:getpid (Results 176 - 200 of 793) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libunwind/src/mi/
Lmap.c 70 local_map_list = map_create_list (UNW_MAP_CREATE_LOCAL, getpid());
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 41 pid_t pid = getpid();
  /external/skia/tools/skp/
recreate_skps.py 78 if pid != str(os.getpid()) and not 'python' in line:
  /external/toybox/toys/lsb/
killall.c 88 TT.cur_pid = getpid();
  /external/toybox/toys/other/
switch_root.c 51 if (getpid() != 1) error_exit("not pid 1");
  /external/toybox/toys/pending/
getty.c 128 if ((setsid() < 0) && (getpid() != getsid(0)))
267 pid_t pid = getpid();
276 entry.ut_pid = getpid();
300 pid_t pid = getpid();
  /external/valgrind/helgrind/tests/
tc24_nonzero_sem.c 64 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/valgrind/include/
pub_tool_libcproc.h 91 extern Int VG_(getpid) ( void );
  /external/valgrind/memcheck/tests/amd64-solaris/
context_sse.c 55 pid = getpid();
  /external/valgrind/memcheck/tests/
dw4.c 72 (long) getpid());
file_locking.c 85 (long) getpid());
  /external/valgrind/memcheck/tests/x86-solaris/
context_sse.c 53 pid = getpid();
  /external/valgrind/none/tests/
map_unmap.c 80 sprintf(buf, "/bin/cat /proc/%ld/maps", (long) getpid());
  /hardware/qcom/display/msm8996/libqservice/
QService.cpp 67 bool sameProcess = (ipc->getCallingPid() == getpid());
  /hardware/qcom/display/msmcobalt/libqservice/
QService.cpp 67 bool sameProcess = (ipc->getCallingPid() == getpid());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 34 # define getpid _getpid macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 34 # define getpid _getpid macro
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
fork_wait.py 31 self.alive[id] = os.getpid()
test_threadsignals.py 13 process_pid = os.getpid()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
fork_wait.py 31 self.alive[id] = os.getpid()
test_threadsignals.py 13 process_pid = os.getpid()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
fork_wait.py 31 self.alive[id] = os.getpid()
test_threadsignals.py 13 process_pid = os.getpid()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
fork_wait.py 31 self.alive[id] = os.getpid()
test_threadsignals.py 13 process_pid = os.getpid()

Completed in 778 milliseconds

1 2 3 4 5 6 78 91011>>