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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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_bsddb3.py 62 os.getpid()))
test_threadsignals.py 13 process_pid = os.getpid()
  /system/core/include/sysutils/
SocketClient.h 38 pid_t getPid() const { return mPid; }
  /system/extras/tests/bionic/libc/common/
test_clone.c 49 if (kill (getpid (), SIGSTOP) < 0)
test_cpu_set.c 211 TEST_INT_EQ((ret = sched_getaffinity(getpid(), sizeof(cpu_set_t), &set0)), 0);
216 TEST_INT_EQ((ret = sched_setaffinity(getpid(), sizeof(cpu_set_t), &set0)), 0);
  /system/extras/tests/cpueater/
daemonize.c 100 snprintf(lockid, 32, "daemonize%d", (int) getpid());
  /system/vold/
NetlinkManager.cpp 57 nladdr.nl_pid = getpid();
  /art/runtime/
signal_catcher.cc 132 << "----- pid " << getpid() << " at " << GetIsoDate() << " -----\n";
146 os << "----- end " << getpid() << " -----\n";
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 158 servicePid = mSecondaryService.getPid();
190 servicePid = mSecondaryService.getPid();
  /external/chromium/chrome/browser/
process_info_snapshot_mac_unittest.cc 8 #include <unistd.h> // For |getpid()|, |getuid()|, etc.
59 base::ProcessId pid = static_cast<base::ProcessId>(getpid());
  /external/chromium_org/base/debug/
trace_event_android.cc 31 std::string out = base::StringPrintf("%c|%d|%s", phase, getpid(), name);
162 "C|%d|%s-%s", getpid(), name_, arg_names_[i]);
  /external/chromium_org/build/android/
adb_logcat_monitor.py 120 logging.info('Started with pid %d', os.getpid())
125 f.write(str(os.getpid()))
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac_unittest.cc 8 #include <unistd.h> // For |getpid()|, |getuid()|, etc.
61 base::ProcessId pid = static_cast<base::ProcessId>(getpid());
  /external/jpeg/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
  /external/qemu/distrib/jpeg-6b/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
  /external/valgrind/main/gdbserver_tests/
sleepers.c 22 return getpid();
29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
  /packages/apps/Launcher3/src/com/android/launcher3/
WeightWatcher.java 73 if (indexOf(pids, pw.getPid()) < 0) {
180 public int getPid() {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/xen/
libutil.a 9 #*;@??FMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent&C ]
39  06? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp(- a
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/lib/
libutil.a 14 #*;@?UFMT\emv?tty_namereallocttyname_rmemchrmalloc__errno_locationfreeloginmemcpygetpidstrncpyutmpnameupdwtmpbasenamesetutentpututlineendutent% ????????@
61 ?????GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rela.text.data.bss.rodata.str1.1.rela.eh_frame.comment.note.GNU-stack @??? &$,$12$E8@@? Ox*X??hPP  ?6 ? .logwtmpmemsetgetpidstrncpy__gettimeofdayupdwtmp/ ????????4
  /sdk/emulator/opengl/host/renderer/
main.cpp 91 fprintf(stderr, "renderer pid %d , press any key to continue...\n", getpid());
94 fprintf(stderr, "renderer pid %d \n", getpid());

Completed in 867 milliseconds

1 2 3 4 5 6 78 91011>>