OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getpid
(Results
151 - 175
of
1156
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
thread_lister.c
63
pid =
getpid
();
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
thread_lister.c
63
pid =
getpid
();
/external/chromium_org/v8/test/cctest/
test-platform-linux.cc
57
CHECK_EQ(static_cast<int>(
getpid
()), OS::GetCurrentProcessId());
/external/compiler-rt/BlocksRuntime/tests/
fail.c
52
sprintf(buffer, "/tmp/errorfile_%d",
getpid
());
/external/openssh/openbsd-compat/
bsd-misc.h
27
#define setsid() setpgrp(0,
getpid
())
/external/qemu/distrib/sdl-1.2.15/src/thread/irix/
SDL_systhread.c
68
return((Uint32)
getpid
());
/external/valgrind/main/drd/tests/
sem_open.c
62
getpid
());
/external/valgrind/main/memcheck/tests/
file_locking.c
85
getpid
());
/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
()
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
sem.h
29
#define
GETPID
11 /* get sempid */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
sem.h
10
#define
GETPID
11 /* get sempid */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so
librt.so
librt.so.1
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h
29
#define
GETPID
11 /* get sempid */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h
10
#define
GETPID
11 /* get sempid */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
librt-2.7.so
librt.so
librt.so.1
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
sem.h
29
#define
GETPID
11 /* get sempid */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
sem.h
10
#define
GETPID
11 /* get sempid */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
fork_wait.py
31
self.alive[id] = os.
getpid
()
test_bsddb3.py
62
os.
getpid
()))
Completed in 978 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>