HomeSort by relevance Sort by last modified time
    Searched refs:getpid (Results 351 - 375 of 477) sorted by null

<<11121314151617181920

  /frameworks/base/core/jni/
android_util_Binder.cpp     [all...]
  /external/openssh/
session.c 208 auth_sock_dir, (long) getpid());
764 pid_t pid = getpid();
850 pid_t pid = getpid();
    [all...]
sshd.c 1226 pid = getpid();
    [all...]
  /external/chromium/base/
logging.cc 124 return getpid();
  /external/dbus/tools/
dbus-launch.c 133 fprintf (stderr, "%lu: ", (unsigned long) getpid ());
  /external/iproute2/misc/
ifstat.c 493 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
nstat.c 378 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
  /external/libppp/src/
bundle.c 677 fprintf(lockfile, "%d\n", (int)getpid());
    [all...]
radius.c 865 slot = (int)getpid();
    [all...]
  /external/linux-tools-perf/
builtin-record.c 158 kill(getpid(), signr);
  /external/openssl/crypto/
cryptlib.c 552 ret=(unsigned long)getpid();
  /external/qemu/
posix-aio-compat.c 308 pid = getpid();
  /external/v8/src/
platform-macos.cc 99 uint64_t seed = Ticks() ^ (getpid() << 16);
  /external/valgrind/main/coregrind/
m_libcproc.c 445 * system where the getpid system call actually returns the ID of
449 * where getpid has been changed to return the ID of the thread group
452 * So instead of calling getpid here we use readlink to see where
483 Int VG_(getpid) ( void ) function
m_main.c     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.cpp 239 parameters.presenterApplicationPid = getpid();
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 102 (int) getpid(), counter);
113 * getpid() returns unique identifier for this instance
  /frameworks/av/media/libmedia/
AudioRecord.cpp 442 sp<IAudioRecord> record = audioFlinger->openRecord(getpid(), input,
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 96 kill( getpid(), SIGKILL );
  /frameworks/native/libs/utils/
Threads.cpp 324 return getpid();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 573 extern __pid_t getpid (void) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 573 extern __pid_t getpid (void) __THROW;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 573 extern __pid_t getpid (void) __THROW;
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c 435 snprintf(propname, sizeof(propname), "net.dns1.%d", getpid());
    [all...]
  /dalvik/vm/
Thread.cpp 879 * where getpid() and gettid() sometimes agree and sometimes don't depending
887 return getpid();
907 // (int) getpid());
    [all...]

Completed in 797 milliseconds

<<11121314151617181920