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

12 3 4 5 6 7 8 91011>>

  /external/openssh/openbsd-compat/
bsd-misc.h 27 #define setsid() setpgrp(0, getpid())
bsd-closefrom.c 79 len = snprintf(fdpath, sizeof(fdpath), "/proc/%ld/fd", (long)getpid());
  /external/oprofile/libutil/
op_lockfile.c 65 fprintf(fp, "%d", getpid());
  /external/ppp/pppd/
magic.c 73 seed = get_host_seed() ^ t.tv_sec ^ t.tv_usec ^ getpid();
  /external/ppp/pppd/plugins/radius/
util.c 80 (unsigned int) getpid (),
  /external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c 68 return((Uint32)getpid());
  /external/webkit/Source/JavaScriptCore/wtf/
RandomNumberSeed.h 65 srandom(static_cast<unsigned>(time.tv_usec * getpid()));
  /system/extras/tests/bionic/libc/common/
test_clone.c 49 if (kill (getpid (), SIGSTOP) < 0)
  /external/valgrind/main/none/tests/
procfs-cmdline-exe.c 101 snprintf(path, sizeof(path), "/proc/%d/cmdline", getpid());
106 snprintf(path, sizeof(path), "/proc/%d/exe", getpid());
map_unmap.c 42 sprintf(buf, "/bin/cat /proc/%d/maps", getpid());
  /external/netperf/
netcpu_looper.c 110 getpid(),
115 SETPROCESS((child_num % lib_num_loc_cpus), getpid());
131 getpid(),
137 getpid(),
191 getpid());
230 pid = getpid();
240 pid = getpid();
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 49 snprintf(name_and_pid, sizeof(name_and_pid), "%s-%d", name, getpid());
110 snprintf(semaphore_name, sizeof(semaphore_name), "semaphore-%d", getpid());
sem_open.c 62 getpid());
sigalrm.c 36 label, getpid(), getktid(), DRD_GET_VALGRIND_THREADID);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_lock.py 119 lock_file.write(str(os.getpid()))
132 while self._curent_lock_pid() != os.getpid():
  /frameworks/native/include/utils/
Trace.h 103 snprintf(buf, 1024, "C|%d|%s|%d", getpid(), name, value);
111 size_t len = snprintf(buf, 1024, "B|%d|%s", getpid(), name);
  /hardware/libhardware/modules/gralloc/
mapper.cpp 98 if (hnd->pid != getpid()) {
113 if (hnd->pid != getpid()) {
gralloc_priv.h 88 base(0), pid(getpid())
  /sdk/emulator/opengl/host/renderer/
main.cpp 91 fprintf(stderr, "renderer pid %d , press any key to continue...\n", getpid());
94 fprintf(stderr, "renderer pid %d \n", getpid());
  /bionic/libc/bionic/
arc4random.c 130 arc4_stir_pid = getpid();
148 arc4_stir_pid = getpid();
222 if (arc4_count <= 0 || !rs_initialized || arc4_stir_pid != getpid())
234 if (!rs_initialized || arc4_stir_pid != getpid())
ssp.c 97 kill(getpid(), SIGABRT);
  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 48 kill( getpid(), SIGABRT );
  /external/valgrind/main/include/
pub_tool_libcproc.h 74 extern Int VG_(getpid) ( void );
  /external/webkit/Tools/Scripts/webkitpy/common/system/
file_lock_unittest.py 37 self._lock_name = "TestWebKit" + str(os.getpid()) + ".lock"
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_common.h 82 #define PID_GET(target) target = getpid()

Completed in 714 milliseconds

12 3 4 5 6 7 8 91011>>