OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WSTOPPED
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
wait.h
17
#define
WSTOPPED
WUNTRACED
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
wait.h
17
#define
WSTOPPED
WUNTRACED
/frameworks/av/media/mediaserver/
main_mediaserver.cpp
61
int ret = waitid(P_PID, childPid, &info, WEXITED |
WSTOPPED
| WCONTINUED);
/external/kernel-headers/original/linux/
wait.h
6
#define
WSTOPPED
WUNTRACED
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
384
public static final int
WSTOPPED
= placeholder();
[
all
...]
/external/strace/
process.c
[
all
...]
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
442
initConstant(env, c, "
WSTOPPED
",
WSTOPPED
);
Completed in 165 milliseconds
1
2
3