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

1 2 3 4 56 7 8 91011>>

  /external/ppp/pppd/plugins/radius/
util.c 80 (unsigned int) getpid (),
  /external/valgrind/main/coregrind/m_scheduler/
ticket-lock-linux.c 126 VG_(printf)("[%d/%d] acquire: ticket %d\n", VG_(getpid)(),
135 " futex[%ld] != %d\n", VG_(getpid)(),
176 "\n", VG_(getpid)(), VG_(gettid)(), wakeup_ticket,
185 VG_(getpid)(), VG_(gettid)(), wakeup_ticket);
  /external/valgrind/main/helgrind/tests/
tc24_nonzero_sem.c 64 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /ndk/tests/device/issue19851-sigsetjmp/jni/
issue19851-sigsetjmp.c 48 kill(getpid(), SIGUSR2);
  /ndk/tests/device/test-wait/jni/
test_wait.c 53 printf("Child = %d\n", getpid());
80 printf("Child = %d\n", getpid());
106 printf("Child = %d\n", getpid());
133 printf("Child = %d\n", getpid());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 45 #define getpid _getpid macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 45 #define getpid _getpid macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libXdmcp.so.6 
libXdmcp.so.6.0 
libXdmcp.so.6.0.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 45 #define getpid _getpid macro
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
95 self._lastpid = os.getpid()
200 assert os.getpid() == self._lastpid
217 if os.getpid() != self._lastpid:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 63 self.name = 'pym-%d-%d' % (os.getpid(), Arena._counter.next())
95 self._lastpid = os.getpid()
200 assert os.getpid() == self._lastpid
217 if os.getpid() != self._lastpid:
  /system/core/fastboot/
util_linux.c 42 sprintf(proc, "/proc/%d/exe", getpid());
  /system/core/include/cutils/
sched_policy.h 38 * If the thread is a thread group leader, that is it's gettid() == getpid(),
  /dalvik/libdex/
CmdUtils.cpp 142 sprintf(tempNameBuf, "/tmp/dex-temp-%d", getpid());
144 sprintf(tempNameBuf, "/sdcard/dex-temp-%d", getpid());
148 sprintf(tempNameBuf, "dex-temp-%d", getpid());
  /hardware/qcom/power/
power.c 74 client = getpid();
100 client = getpid();
157 client = getpid();
  /system/core/libutils/
ProcessCallStack.cpp 138 pid_t selfPid = getpid();
218 dumpProcessHeader(printer, getpid(),
233 dumpProcessFooter(printer, getpid());
  /external/oprofile/daemon/
opd_perfmon.c 121 if (children[i].pid == getpid()) {
134 if (children[i].pid == getpid()) {
156 err = sched_setaffinity(getpid(), sizeof(set), &set);
321 self->pid = getpid();
409 xen_ctx->pid = getpid();
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 147 ThreadLister thread_lister(getpid());
156 ThreadLister thread_lister(getpid());
170 ThreadLister thread_lister(getpid());
  /bionic/libc/bionic/
bindresvport.c 55 port = START_PORT + (getpid() % NUM_PORTS);
  /bionic/libc/kernel/common/linux/
sem.h 24 #define GETPID 11

Completed in 375 milliseconds

1 2 3 4 56 7 8 91011>>