OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WSTOPSIG
(Results
51 - 65
of
65
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/external/valgrind/main/coregrind/
m_debugger.c
47
#define
WSTOPSIG
(status) (((status) & 0xff00) >> 8)
377
WIFSTOPPED(status) &&
WSTOPSIG
(status) == VKI_SIGSTOP &&
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h
84
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
84
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
84
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/external/bison/darwin-lib/sys/
wait.h
376
# ifndef
WSTOPSIG
377
# define
WSTOPSIG
(x) (((x) >> 8) & 0x7f)
405
# define
WSTOPSIG
(x) 0
/external/bison/linux-lib/sys/
wait.h
376
# ifndef
WSTOPSIG
377
# define
WSTOPSIG
(x) (((x) >> 8) & 0x7f)
405
# define
WSTOPSIG
(x) 0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
87
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
87
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdlib.h
87
# define
WSTOPSIG
(status) __WSTOPSIG(__WAIT_INT(status))
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
353
#ifndef
WSTOPSIG
354
#define
WSTOPSIG
WEXITSTATUS
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
353
#ifndef
WSTOPSIG
354
#define
WSTOPSIG
WEXITSTATUS
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h
353
#ifndef
WSTOPSIG
354
#define
WSTOPSIG
WEXITSTATUS
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h
353
#ifndef
WSTOPSIG
354
#define
WSTOPSIG
WEXITSTATUS
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
33
public static int
WSTOPSIG
(int status) { return WEXITSTATUS(status); }
[
all
...]
Completed in 2250 milliseconds
1
2
3