Searched refs:getpid (Results 226 - 250 of 383) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/base/platform/
H A Dplatform-qnx.cc189 snprintf(buf, PATH_MAX + 1, "/proc/%d/as", getpid());
/external/e2fsprogs/e2fsck/
H A Dlogfile.c120 sprintf(buf, "%lu", (unsigned long) getpid());
/external/e2fsprogs/lib/ext2fs/
H A Dmmp.c135 srand((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
/external/ipsec-tools/src/racoon/
H A Dsession.c156 racoon_pid = getpid();
H A Dpfkey.c290 pid_t pid = getpid();
952 if (msg->sadb_msg_pid != getpid()) {
1204 if (msg->sadb_msg_pid != getpid()) {
1492 if (msg->sadb_msg_pid != getpid()) {
1949 if (msg->sadb_msg_pid == getpid()) {
2749 newmsg->sadb_msg_pid = (u_int32_t)getpid();
/external/iptables/libipq/
H A Dlibipq.c239 h->local.nl_pid = getpid();
/external/netperf/
H A Dnetlib.h567 #define getpid() ((int)GetCurrentProcessId()) macro
H A Dnetlib.c1568 srand(getpid());
1982 mpctl(MPC_SETPROCESS_FORCE, mapped_affinity, getpid());
1998 bindprocessor(BINDPROCESS,getpid(),(cpu_t)mapped_affinity);
2027 if (sched_setaffinity(getpid(), len, &netperf_cpu_set)) {
2030 getpid(),errno);
2052 bind_to_cpu_id(getpid(), mapped_affinity,0);
/external/oprofile/libopagent/
H A Dopagent.c147 snprintf(dump_path, PATH_MAX, "%s/%i.dump", AGENT_DIR, getpid());
/external/ppp/pppd/plugins/rp-pppoe/
H A Dcommon.c425 pid_t pid = getpid();
/external/qemu/android/utils/
H A Dfilelock.c233 snprintf(pid, sizeof pid, "%d", getpid());
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/
H A DSDL_dmaaudio.c451 parent = getpid();
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/
H A DSDL_nasaudio.c419 this->hidden->parent = getpid();
/external/qemu/distrib/sdl-1.2.15/src/audio/nto/
H A DSDL_nto_audio.c503 parent = getpid();
/external/valgrind/main/coregrind/
H A Dm_options.c196 Int pid = VG_(getpid)();
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c106 fprintf(f, "%u\n", getpid());
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c106 fprintf(f, "%u\n", getpid());
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c106 fprintf(f, "%u\n", getpid());
/external/blktrace/btreplay/
H A Dbtreplay.c507 if (sched_getaffinity(getpid(), sizeof(cpus), &cpus)) {
536 if (sched_setaffinity(getpid(), sizeof(cpus), &cpus)) {
545 (void)sched_getaffinity(getpid(), sizeof(now), &now);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc832 << " pid " << getpid();
901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: "
903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = "
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc832 << " pid " << getpid();
901 VLOG(3) << pthread_self() << " (" << getpid() << "): in wait: "
903 VLOG(2) << pthread_self() << " (" << getpid() << "): in wait, ptr = "
/external/dnsmasq/src/
H A Ddnsmasq.c344 fprintf(pidfile, "%d\n", (int) getpid());
574 pid = getpid();
721 else if (pid != getpid())
/external/jemalloc/src/
H A Dprof.c973 (int)getpid());
1105 opt_prof_prefix, (int)getpid(), prof_dump_seq, v, vseq);
1110 opt_prof_prefix, (int)getpid(), prof_dump_seq, v);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c626 me, VG_(getpid) ());
669 VG_(getpid) (), tid, VG_(name_of_ThreadStatus)(tst->status),
834 if (VG_(kill)(VG_(getpid)(), VKI_SIGSTOP) != 0)
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-main.c42 #include "pub_core_libcproc.h" // For VG_(getpid)()
555 VG_(getpid)(), /*tid,*/
634 VG_(getpid)(), /*tid,*/
1566 VG_(getpid)(), tid, VG_SYSNUM_STRING(sysno));
1711 VG_(getpid)(), tid, VG_SYSNUM_STRING(sysno),
1716 VG_(getpid)(), tid, VG_SYSNUM_STRING(sysno),
2367 VG_(getpid)(), tid, VG_SYSNUM_STRING(__NR_workq_ops));

Completed in 643 milliseconds

1234567891011>>