Searched
full:getpid (Results
326 -
350 of
832) sorted by null
<<11121314151617181920>>
/frameworks/base/services/camera/libcameraservice/ |
CameraService.cpp | 76 LOGI("CameraService started (pid=%d)", getpid()); 260 const int self_pid = getpid(); 843 if (getCallingPid() != getpid()) { [all...] |
/bionic/libc/ |
SYSCALLS.TXT | 98 pid_t getpid () 20
|
/bionic/libc/arch-x86/ |
syscalls.mk | 54 syscall_src += arch-x86/syscalls/getpid.S
|
/bionic/libc/bionic/ |
malloc_debug_common.c | 443 __progname, getpid(), debug_level);
|
/bionic/libc/netbsd/net/ |
getnameinfo.c | 158 snprintf(propname, sizeof(propname), "net.dns1.%d", getpid());
|
/external/bluetooth/bluez/test/ |
agent.c | 591 "/org/bluez/agent_%d", getpid());
|
/external/chromium/net/tools/flip_server/ |
flip_in_mem_edsm_server.cc | 149 snprintf(pid_str, sizeof(pid_str), "%d", getpid());
|
/external/chromium/third_party/libjingle/source/talk/base/ |
unixfilesystem.cc | 465 static_cast<int>(getpid()),
|
/external/e2fsprogs/ext2ed/ |
main.c | 149 kill(getpid(), SIGTSTP);
|
/external/iproute2/misc/ |
nstat.c | 378 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
|
rtacct.c | 373 (unsigned) getpid(), (unsigned long)random(),
|
/external/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 110 'getlongpathname', 'getmark', 'getmemory', 'getos', 'getpid', 'getscilabkeywords', 'getshell',
|
/external/llvm/lib/Support/Unix/ |
Program.inc | 50 unsigned Program::GetPid() const {
|
/external/llvm/lib/Support/Windows/ |
Program.inc | 46 unsigned Program::GetPid() const {
|
/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.12/src/audio/alsa/ |
SDL_alsa_audio.c | 531 parent = getpid();
|
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/ |
SDL_paudio.c | 506 parent = getpid();
|
/external/qemu/ |
posix-aio-compat.c | 308 pid = getpid();
|
/external/quake/quake/src/QW/client/ |
net_chan.c | 97 port = ((int)(getpid()+getuid()*1000) * time(NULL)) & 0xffff;
|
/external/strace/linux/ |
syscallent.h | 55 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/strace/linux/powerpc/ |
syscallent.h | 51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/strace/linux/s390/ |
syscallent.h | 51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/strace/linux/s390x/ |
syscallent.h | 50 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
/external/strace/strace/linux/sh64/ |
syscallent.h | 51 { 0, 0, sys_getpid, "getpid" }, /* 20 */
|
Completed in 406 milliseconds
<<11121314151617181920>>