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

<<11121314151617181920>>

  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /external/blktrace/btreplay/
btreplay.c 507 if (sched_getaffinity(getpid(), sizeof(cpus), &cpus)) {
536 if (sched_setaffinity(getpid(), sizeof(cpus), &cpus)) {
545 (void)sched_getaffinity(getpid(), sizeof(now), &now);
    [all...]
  /external/valgrind/main/coregrind/
launcher-aix5.c     [all...]
m_debugger.c 266 rc = VG_(kill)(VG_(getpid)(), VKI_SIGSTOP);
  /external/ipsec-tools/src/racoon/
privsep.c 300 "racoon privileged process running with PID %d\n", getpid());
884 "racoon privileged process %d terminated\n", getpid());
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.c 300 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/exe", getpid());
302 SDL_snprintf(procfile, SDL_arraysize(procfile), "/proc/%d/file", getpid());
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp 643 return getpid();
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
librt.a 283 U???D?u???]?}??@??t3??t1??]?u??}???]Ít&?????????F???????y???????F????tK?$?????????t?F ???C?E??\$ ?D$??|$?$???????y??$????????????]?$????????D$?$??????U??WVS?Ã??x?G??????????[??u?7????t1?K ?3??t0?C???????u????????C??$???????u??[^_]ËC??t?d?t+?[???~????????u??e? ????????????????????Gd?????G`?b????t&U?????t????]?u???}??}??p????$??????1?Ë?p???????_?7?<$??????$??]?1??u??}???]?GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?p%(+(0(*9RRI,   L??e?'.=DSXj?????notify_func_wrapper__aio_notify_onlygetpid__aio_sigqueuemallocpthread_createfreepthread_attr_initpthread_attr_setdetachstate__aio_notify__errno_locationsigemptyset1= ]
317 ?=????v??t&??u"?E 1???$??t$??]Ít&????????????9?u???GCC: (GNU) 4.2.3 (Ubuntu 4.2.3-2ubuntu7).symtab.strtab.shstrtab.rel.text.data.bss.comment.note.GNU-stack@? ?%?+?0?*9I??  |<?5clock_getcpuclockid__libc_missing_posix_cpu_timersgetpidd?clock_getres.o/ 1207352327 0 0 100644 1464 `
    [all...]
  /dalvik/vm/jdwp/
JdwpAdb.cpp 214 snprintf(buff, sizeof(buff), "%04x", getpid());
  /external/bluetooth/bluez/compat/
pand.c 565 fprintf(f, "%d\n", getpid());
  /external/bluetooth/glib/docs/reference/glib/tmpl/
glib-unused.sgml 897 <!-- ##### MACRO getpid ##### -->
  /external/chromium/base/
logging.cc 124 return getpid();
process_util_mac.mm 457 if (task == MACH_PORT_NULL && process_ == getpid())
process_util_unittest.cc 222 ::kill(getpid(), SIGKILL);
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 410 CrosLibrary::Get()->GetLoginLibrary()->RestartJob(getpid(), cmd_line_str);
  /external/dbus/tools/
dbus-launch.c 133 fprintf (stderr, "%lu: ", (unsigned long) getpid ());
  /external/dhcpcd/
configure.c 184 snprintf(env[2], e, "pid=%d", getpid());
  /external/dropbear/
svr-chansession.c 786 li= login_alloc_entry(getpid(), ses.authstate.username,
  /external/iproute2/misc/
ifstat.c 493 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
  /external/openssl/crypto/
cryptlib.c 548 ret=(unsigned long)getpid();
  /external/openssl/crypto/rand/
md_rand.c 341 pid_t curr_pid = getpid();
  /external/v8/src/
platform-solaris.cc 635 vm_tgid_(getpid()),
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 75 their signal; ie, calling kill(getpid(), SIGUSR1) will call the handler
  /external/valgrind/main/include/vki/
vki-darwin.h 665 #define VKI_GETPID GETPID
  /external/valgrind/main/mpi/
libmpiwrap.c 93 #include <unistd.h> /* getpid */
190 my_pid = getpid();
630 time. Since getpid() will return a value < 1 million, turn it
632 *(long double*)(&p[16]) = (long double)(1.0e-30 * (double)getpid());
    [all...]

Completed in 2009 milliseconds

<<11121314151617181920>>