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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 36 #define getpid _getpid macro
  /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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 36 #define getpid _getpid macro
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
UnixStream.cpp 91 if (make_unix_path(addrstr, MAX_ADDRSTR_LEN, getpid()) < 0) {
  /system/core/libcutils/
ashmem-host.c 41 pid_t pid = getpid();
uevent.c 104 addr.nl_pid = 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();
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 77 ALOGI("CameraService started (pid=%d)", getpid());
199 info.facing, callingPid, getpid());
203 info.facing, callingPid, getpid());
217 LOG1("CameraService::connect X (id %d, this pid is %d)", cameraId, getpid());
305 const int self_pid = getpid();
  /external/valgrind/tsan/
ts_util.h 213 #define getpid VG_(getpid) macro
242 int getpid();
  /system/extras/tests/sdcard/
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();
  /dalvik/vm/native/
dalvik_system_Zygote.cpp 122 kill(getpid(), SIGKILL);
428 getpid(), strerror(errno));
435 getpid(), strerror(errno));
713 kill(getpid(), SIGKILL);
  /external/dropbear/
svr-session.c 194 fprintf(stderr, "[%d] %s %s\n", getpid(), datestr, printbuf);
  /external/grub/grub/
main.c 249 program_name, (int) getpid ());
  /external/jpeg/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
jmem-ashmem.c 124 snprintf(path, 1023, "%d.tmp.ashmem", getpid());
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 50 pid_t our_pid = getpid();
  /external/mdnsresponder/mDNSShared/
dnssd_ipc.h 50 # define getpid _getpid macro
  /external/qemu/distrib/jpeg-6b/
jmem-android.c 141 snprintf(path, 1023, "/sdcard/.%d.tmp", getpid());
145 // snprintf(path, 1023, "/data/data/.%d.tmp", getpid());
jmem-ashmem.c 123 snprintf(path, 1023, "%d.tmp.ashmem", getpid());
  /external/valgrind/main/none/tests/linux/
mremap2.c 138 sprintf(buf, "cat /proc/%d/maps", getpid());
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock_unittest.py 58 pid = os.getpid()
  /frameworks/base/core/jni/
android_ddm_DdmHandleNativeHeap.cpp 63 pid_t pid = getpid();
  /frameworks/native/libs/binder/
PermissionCache.cpp 93 if ((uid == 0) || (pid == getpid())) {
  /hardware/libhardware_legacy/uevent/
uevent.c 50 addr.nl_pid = getpid();
  /system/core/libnl_2/
msg.c 46 nm->nm_src.nl_pid = getpid();

Completed in 689 milliseconds

1 2 34 5 6 7 8 91011>>