OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFSIGNALED
(Results
1 - 25
of
61
) sorted by null
1
2
3
/bionic/libc/include/sys/
wait.h
46
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/development/ndk/platforms/android-3/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/development/ndk/platforms/android-9/include/sys/
wait.h
46
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/sys/
wait.h
46
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
wait.h
45
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/sys/
wait.h
46
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/sys/
wait.h
46
#define
WIFSIGNALED
(s) (WTERMSIG((s)+1) >= 2)
/system/extras/tests/bionic/libc/common/
test_executable_destructor.c
95
if (!
WIFSIGNALED
(status)) {
/external/oprofile/libutil++/
child_reader.cpp
232
first_error = WEXITSTATUS(ret) |
WIFSIGNALED
(ret);
233
} else if (
WIFSIGNALED
(ret)) {
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h
86
# define
WIFSIGNALED
(status) __WIFSIGNALED(__WAIT_INT(status))
/external/gtest/test/
gtest_test_utils.py
172
if os.
WIFSIGNALED
(ret_code):
/external/valgrind/main/memcheck/tests/
addressable.c
140
if (
WIFSIGNALED
(status)) {
/external/valgrind/main/none/tests/
async-sigs.c
117
} else if (!
WIFSIGNALED
(status) || WTERMSIG(status) != fatalsig) {
/system/core/logwrapper/
logwrapper.c
94
else if (
WIFSIGNALED
(status))
/external/protobuf/gtest/test/
gtest_test_utils.py
248
if os.
WIFSIGNALED
(ret_code):
/system/netd/
logwrapper.c
80
} else if (
WIFSIGNALED
(status))
/system/vold/
logwrapper.c
80
} else if (
WIFSIGNALED
(status))
Completed in 960 milliseconds
1
2
3