OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WSTOPSIG
(Results
1 - 25
of
65
) sorted by null
1
2
3
/bionic/libc/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/development/ndk/platforms/android-3/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/development/ndk/platforms/android-9/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/external/bison/lib/
sys_wait.in.h
74
# ifndef
WSTOPSIG
75
# define
WSTOPSIG
(x) (((x) >> 8) & 0x7f)
103
# define
WSTOPSIG
(x) 0
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
wait.h
42
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
wait.h
41
#define
WSTOPSIG
(s) WEXITSTATUS(s)
Completed in 966 milliseconds
1
2
3