OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WUNTRACED
(Results
76 - 82
of
82
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
waitflags.h
27
#define
WUNTRACED
2 /* Report status of stopped children. */
30
#define WSTOPPED 2 /* Report stopped child (same as
WUNTRACED
). */
/external/strace/xlat/
wait4_options.h
8
#if defined(
WUNTRACED
) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
9
XLAT(
WUNTRACED
),
/libcore/luni/src/main/java/android/system/
OsConstants.java
465
public static final int
WUNTRACED
= placeholder();
[
all
...]
/libcore/luni/src/main/native/
android_system_OsConstants.cpp
522
initConstant(env, c, "
WUNTRACED
",
WUNTRACED
);
/external/mksh/src/
jobs.c
[
all
...]
/external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc
[
all
...]
/prebuilts/sdk/21/
android.jar
Completed in 804 milliseconds
1
2
3
4