Searched refs:getpid (Results 126 - 150 of 383) sorted by relevance

1234567891011>>

/external/openssl/crypto/rand/
H A Drand_unix.c182 curr_pid = getpid();
240 pid_t curr_pid = getpid();
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
H A DSDL_esdaudio.c255 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid());
319 parent = getpid();
/external/valgrind/main/gdbserver_tests/
H A Dsleepers.c22 return getpid();
29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
534 RAW_VLOG(0, "[%d] Starting a deep memory profiler", getpid());
/external/iputils/ninfod/
H A Dninfod_core.c409 pid = getpid();
464 __func__, getpid());
467 __func__, getpid(), ret);
/external/netperf/
H A Dnetserver.c179 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
921 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%d", getpid());
930 snprintf(&FileName[strlen(FileName)], sizeof(FileName) - strlen(FileName), "_%x", getpid());
/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac_unittest.cc8 #include <unistd.h> // For |getpid()|, |getuid()|, etc.
62 base::ProcessId pid = static_cast<base::ProcessId>(getpid());
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dmetered_stream.py58 self._pid = pid or os.getpid()
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Durandom.c45 * correctly invalidated, the getpid() will continue to believe that
47 * vfork and clone being used in order to invalidate the getpid() cache.
168 pid = getpid();
/external/fio/os/
H A Dos-mac.h66 kill(getpid(), fio_timers[i].sigev_signo);
/external/ipsec-tools/src/racoon/
H A Dmain.c279 pid_t p = getpid();
/external/libunwind/src/
H A DLos-common.c96 new_list = map_create_list (getpid());
/external/libunwind/src/aarch64/
H A DGinit.c196 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/arm/
H A DGinit.c189 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/hppa/
H A DGinit.c203 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/mips/
H A DGinit.c209 return elf_w (get_proc_name) (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/ppc32/
H A DGinit.c225 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/ppc64/
H A DGinit.c234 return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/sh/
H A DGinit.c195 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/libunwind/src/x86/
H A DGinit.c257 return _Uelf32_get_proc_name (as, getpid (), ip, buf, buf_len, offp);
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dmmap-basic.c8 * This test will generate random numbers of calls to some getpid syscalls,
35 threads = thread_map__new(-1, getpid(), UINT_MAX);
/external/llvm/lib/Support/
H A DLockFileManager.cpp104 // FIXME: move getpid() call into LLVM
109 Out << hostname << ' ' << getpid();
/external/valgrind/main/helgrind/tests/
H A Dtc17_sembar.c236 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
H A Dtc23_bogus_condwait.c112 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
/external/valgrind/main/none/tests/
H A Dfdleak_cmsg.c153 pid = getpid();

Completed in 551 milliseconds

1234567891011>>