OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getpid
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/arch-arm/syscalls/
getpid.S
6
ENTRY(
getpid
)
function
15
END(
getpid
)
/bionic/libc/arch-mips/syscalls/
getpid.S
4
.globl
getpid
6
.ent
getpid
8
getpid
:
label
22
.end
getpid
/bionic/libc/arch-x86/syscalls/
getpid.S
6
ENTRY(
getpid
)
function
18
END(
getpid
)
/external/e2fsprogs/include/nonunix/
unistd.h
27
#define
getpid
_getpid
macro
/art/test/ThreadStress/
ThreadStress.java
205
Libcore.os.kill(Libcore.os.
getpid
(), OsConstants.SIGQUIT);
/external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c
43
#define
getpid
_getpid
macro
396
else iseed=(opus_uint32)time(NULL)^((
getpid
()&65535)<<16);
test_opus_encode.c
43
#define
getpid
_getpid
macro
432
else iseed=(opus_uint32)time(NULL)^((
getpid
()&65535)<<16);
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h
398
inline pid_t
getpid
(void) { return _getpid(); }
function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h
395
inline pid_t
getpid
(void) { return _getpid(); }
function
/external/mdnsresponder/mDNSShared/
dnssd_ipc.h
50
# define
getpid
_getpid
macro
/external/valgrind/main/coregrind/
m_libcproc.c
449
* system where the
getpid
system call actually returns the ID of
453
* where
getpid
has been changed to return the ID of the thread group
456
* So instead of calling
getpid
here we use readlink to see where
487
Int VG_(
getpid
) ( void )
function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h
45
#define
getpid
_getpid
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h
36
#define
getpid
_getpid
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h
45
#define
getpid
_getpid
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h
36
#define
getpid
_getpid
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h
45
#define
getpid
_getpid
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h
36
#define
getpid
_getpid
macro
/external/chromium_org/third_party/openssl/openssl/
e_os.h
420
# define
getpid
GetThreadID
macro
473
# define SSLeay_getpid()
getpid
()
708
#define
getpid
taskIdSelf
macro
/external/openssl/
e_os.h
420
# define
getpid
GetThreadID
macro
473
# define SSLeay_getpid()
getpid
()
708
#define
getpid
taskIdSelf
macro
/libcore/luni/src/main/java/libcore/io/
Os.java
60
public int
getpid
();
method in interface:Os
Posix.java
62
public native int
getpid
();
method in class:Posix
ForwardingOs.java
68
public int
getpid
() { return os.
getpid
(); }
method in class:ForwardingOs
/external/mdnsresponder/Clients/
dns-sd.c
95
#define
getpid
_getpid
macro
[
all
...]
/external/netperf/
netlib.h
567
#define
getpid
() ((int)GetCurrentProcessId())
macro
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
Completed in 2715 milliseconds
1
2