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

1 2 34 5 6 7 8 91011>>

  /hardware/msm7k/libgralloc/
mapper.cpp 114 if (hnd->pid != getpid()) {
132 if (hnd->pid != getpid()) {
153 if (hnd->pid != getpid()) {
gralloc_priv.h 96 base(0), 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();
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 122 if (hnd->pid != getpid()) {
149 if (hnd->pid != getpid()) {
176 if (hnd->pid != getpid()) {
  /bionic/libc/inet/
bindresvport.c 55 port = START_PORT + (getpid() % NUM_PORTS);
  /device/moto/stingray/ril/
logcatd-blan 
  /external/qemu/distrib/sdl-1.2.12/src/thread/irix/
SDL_systhread.c 68 return((Uint32)getpid());
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 104 snprintf(semaphore_name, sizeof(semaphore_name), "semaphore-%d", getpid());
  /external/valgrind/main/helgrind/tests/
tc24_nonzero_sem.c 53 sprintf(name, "anonsem_%s_pid%d", identity, (int)getpid());
  /external/valgrind/main/memcheck/tests/
file_locking.c 85 getpid());
  /external/webkit/Source/JavaScriptCore/wtf/
RandomNumberSeed.h 65 srandom(static_cast<unsigned>(time.tv_usec * getpid()));
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock_unittest.py 37 self._lock_name = "TestWebKit" + str(os.getpid()) + ".lock"
  /frameworks/base/cmds/system_server/library/
system_init.cpp 46 kill(getpid(), SIGKILL);
  /hardware/libhardware/modules/gralloc/
gralloc_priv.h 88 base(0), pid(getpid())
  /hardware/libhardware_legacy/uevent/
uevent.c 50 addr.nl_pid = getpid();
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 82 #define PID_GET(target) target = getpid()
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h 29 #define GETPID 11 /* get sempid */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h 10 #define GETPID 11 /* get sempid */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /system/core/libcutils/
uevent.c 85 addr.nl_pid = getpid();
  /system/extras/tests/bionic/libc/common/
test_clone.c 49 if (kill (getpid (), SIGSTOP) < 0)
  /system/extras/tests/cpueater/
daemonize.c 100 snprintf(lockid, 32, "daemonize%d", (int) getpid());
  /system/vold/
NetlinkManager.cpp 57 nladdr.nl_pid = getpid();

Completed in 664 milliseconds

1 2 34 5 6 7 8 91011>>