OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFSTOPPED
(Results
26 - 50
of
78
) sorted by null
1
2
3
4
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
Completed in 332 milliseconds
1
2
3
4