OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WIFSTOPPED
(Results
1 - 17
of
17
) sorted by null
/bionic/libc/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
wait.h
44
#define
WIFSTOPPED
(s) (WTERMSIG(s) == 0x7f)
/system/core/logwrapper/
logwrapper.c
97
else if (
WIFSTOPPED
(status))
/external/clearsilver/util/
filter.c
45
if (
WIFSTOPPED
(r))
neo_server.c
185
if (
WIFSTOPPED
(status))
/system/netd/
logwrapper.c
83
else if (
WIFSTOPPED
(status))
/system/vold/
logwrapper.c
81
else if (
WIFSTOPPED
(status))
/system/core/sh/
jobs.c
372
if (
WIFSTOPPED
(ps->status)) {
417
if (
WIFSTOPPED
(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
460
if (
WIFSTOPPED
(ps->status))
645
else if (
WIFSTOPPED
(status))
1008
else if (
WIFSTOPPED
(status))
1076
else if (
WIFSTOPPED
(sp->status))
/dalvik/libcore/luni-kernel/src/main/native/
java_lang_ProcessManager.cpp
93
} else if (
WIFSTOPPED
(status)) {
/external/strace/
strace.c
1280
if (!
WIFSTOPPED
(status)) {
[
all
...]
process.c
[
all
...]
/system/core/debuggerd/
debuggerd.c
747
if(
WIFSTOPPED
(status)){
Completed in 1111 milliseconds