Searched
full:getpid (Results
601 -
625 of
1156) sorted by null
<<21222324252627282930>>
/external/iputils/ninfod/ |
ninfod.c | 492 fprintf(fp, "%d\n", getpid());
|
/external/libppp/src/ |
bundle.c | 677 fprintf(lockfile, "%d\n", (int)getpid()); [all...] |
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 110 'getlongpathname', 'getmark', 'getmemory', 'getos', 'getpid', 'getscilabkeywords', 'getshell',
|
/external/netperf/ |
netlib.h | 567 #define getpid() ((int)GetCurrentProcessId()) macro
|
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 425 pid_t pid = getpid();
|
/external/qemu/distrib/sdl-1.2.15/src/audio/paudio/ |
SDL_paudio.c | 506 parent = getpid();
|
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 362 SDL_snprintf(temp, SDL_arraysize(temp), "/proc/%d/cmdline", getpid());
|
/external/qemu/ |
posix-aio-compat.c | 308 pid = getpid();
|
/external/strace/linux/arm/ |
syscallent.h | 51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/linux/i386/ |
syscallent.h | 51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/linux/sh/ |
syscallent.h | 53 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/valgrind/main/coregrind/m_gdbserver/ |
target.c | 252 pid = VG_(getpid) ();
|
/external/valgrind/main/coregrind/ |
m_options.c | 194 Int pid = VG_(getpid)();
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 79 // GEN getpid 20
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 96 kill( getpid(), SIGKILL );
|
/frameworks/native/opengl/libs/EGL/ |
Loader.cpp | 102 long pid = getpid();
|
/hardware/ti/omap4xxx/ |
heaptracker.c | 562 milist = init_mapinfo(getpid());
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/syscalls/ |
amd64-linux.xml | 56 <syscall name="getpid" number="39"/>
|
i386-linux.xml | 37 <syscall name="getpid" number="20"/>
|
mips-n32-linux.xml | 55 <syscall name="getpid" number="6038"/>
|
mips-n64-linux.xml | 55 <syscall name="getpid" number="5038"/>
|
mips-o32-linux.xml | 36 <syscall name="getpid" number="4020"/>
|
ppc-linux.xml | 37 <syscall name="getpid" number="20"/>
|
ppc64-linux.xml | 37 <syscall name="getpid" number="20"/>
|
sparc-linux.xml | 37 <syscall name="getpid" number="20"/>
|
Completed in 1306 milliseconds
<<21222324252627282930>>