/system/extras/tests/sdcard/ |
testcase.cpp | 54 mPid = getpid(); 90 mPid = getpid();
|
sysutil.cpp | 244 snprintf(filename, sizeof(filename), "/proc/%d/oom_adj", getpid()); 261 snprintf(filename, sizeof(filename), "/proc/%d/oom_adj", getpid()); 445 pid_t pid = getpid();
|
/system/vold/ |
Process.cpp | 164 int Process::getPid(const char *s) { 191 int pid = getPid(de->d_name);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
deep-heap-profile.cc | 19 #include <unistd.h> // for getpagesize and getpid 74 static_cast<int>(getpid())); 125 static_cast<int>(getpid())); 131 static_cast<int>(getpid())); 348 if (most_recent_pid_ != getpid()) { 358 most_recent_pid_ = getpid(); 697 "%s.%05d.%04d.buckets", prefix, getpid(), dump_count); 985 getpid(), vma_total, vma_subtotal, vma_total - vma_subtotal); 986 RAW_LOG(0, "[%d] in %s", getpid(), buffer); [all...] |
/external/netperf/ |
netcpu_looper.c | 110 getpid(), 115 SETPROCESS((child_num % lib_num_loc_cpus), getpid()); 131 getpid(), 137 getpid(), 191 getpid()); 230 pid = getpid(); 240 pid = getpid();
|
/external/chromium_org/chrome/browser/ |
chrome_browser_main_posix.cc | 64 RAW_CHECK(g_pipe_pid == getpid()); 232 kill(getpid(), signal); 313 g_pipe_pid = getpid();
|
/cts/tests/tests/net/src/android/net/cts/ |
LocalSocketTest.java | 45 assertTrue(0 != credent.getPid());
|
/cts/tests/tests/os/src/android/os/cts/ |
RemoteCallbackListTest.java | 107 int servicePid = mSecondaryService.getPid();
|
/device/generic/goldfish/opengl/shared/OpenglOsUtils/ |
osProcessUnix.cpp | 183 return getpid();
|
/external/chromium/net/base/ |
network_change_notifier_netlink_linux.cc | 77 local_addr.nl_pid = getpid();
|
/external/chromium_org/base/threading/ |
platform_thread_android.cc | 86 if (PlatformThread::CurrentId() == getpid())
|
platform_thread_linux.cc | 56 if (PlatformThread::CurrentId() == getpid())
|
/external/chromium_org/content/browser/zygote_host/ |
zygote_host_impl_linux.h | 57 virtual pid_t GetPid() const OVERRIDE;
|
/external/chromium_org/content/child/ |
child_process.cc | 132 << getpid()
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_logging.cc | 49 return getpid();
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DataLog.cpp | 60 snprintf(actualFilename, sizeof(actualFilename), "%s.%d.txt", filename, getpid());
|
/external/elfutils/tests/ |
dwfl-bug-fd-leak.c | 105 Dwfl *dwfl = elfutils_open (getpid (), (Dwarf_Addr) (uintptr_t) &main);
|
/external/jpeg/ |
jmem-ashmem.c | 124 snprintf(path, 1023, "%d.tmp.ashmem", getpid());
|
/external/linux-tools-perf/ |
builtin-test.c | 278 threads = thread_map__new(-1, getpid()); 344 threads = thread_map__new(-1, getpid()); 444 * This test will generate random numbers of calls to some getpid syscalls, 496 threads = thread_map__new(-1, getpid());
|
/external/openssh/openbsd-compat/ |
bsd-closefrom.c | 79 len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
|
/external/ppp/pppd/ |
magic.c | 73 seed = get_host_seed() ^ t.tv_sec ^ t.tv_usec ^ getpid();
|
/external/qemu/distrib/jpeg-6b/ |
jmem-ashmem.c | 123 snprintf(path, 1023, "%d.tmp.ashmem", getpid());
|
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/ |
SDL_syssem.c | 79 #include <unistd.h> /* For getpid() */
|
/external/valgrind/main/helgrind/tests/ |
tc23_bogus_condwait.c | 112 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
|
/external/valgrind/main/none/tests/ |
fdleak_cmsg.c | 153 pid = getpid();
|