Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MCL_FUTURE
(Results
1 - 25
of
74
) sorted by relevance
1
2
3
/third_party/musl/arch/powerpc/bits/
H
A
D
mman.h
10
#undef
MCL_FUTURE
macro
11
#define
MCL_FUTURE
0x4000
macro
/third_party/musl/arch/powerpc64/bits/
H
A
D
mman.h
10
#undef
MCL_FUTURE
macro
11
#define
MCL_FUTURE
0x4000
macro
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H
A
D
mlockall01.c
89
MCL_FUTURE
, "
MCL_FUTURE
"}, {
90
MCL_CURRENT |
MCL_FUTURE
, "MCL_CURRENT|
MCL_FUTURE
"}
H
A
D
mlockall03.c
108
~(MCL_CURRENT |
MCL_FUTURE
), EINVAL, "Unknown flag"}
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mlockall/
H
A
D
13-2.c
23
result = mlockall(~(MCL_CURRENT |
MCL_FUTURE
));
in main()
/third_party/ltp/testcases/kernel/syscalls/getrusage/
H
A
D
getrusage03.h
19
mlockall(MCL_CURRENT|
MCL_FUTURE
);
in consume_mb()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H
A
D
munlockall.c
50
int result = mlockall(
MCL_FUTURE
);
in munlockall_0200()
H
A
D
mlockall.c
44
* @tc.desc : Verify mlockall success. When flag is
MCL_FUTURE
.
49
int result = mlockall(
MCL_FUTURE
);
in mlockall_0200()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H
A
D
18-1.c
14
* 1. Call mlockall(), setting
MCL_FUTURE
;
82
if (mlockall(
MCL_FUTURE
) == -1) {
in main()
/third_party/musl/libc-test/src/api/
H
A
D
sys_mman.c
25
C(
MCL_FUTURE
)
in f()
/third_party/toybox/toys/other/
H
A
D
nbd_client.c
79
if (toys.optflags & FLAG_s) mlockall(MCL_CURRENT|
MCL_FUTURE
);
in nbd_client_main()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
mman.h
63
#define
MCL_FUTURE
2
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
mman.h
68
#define
MCL_FUTURE
2
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
mman.h
68
#define
MCL_FUTURE
2
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
mman.h
72
#define
MCL_FUTURE
2
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
mman.h
68
#define
MCL_FUTURE
2
macro
/third_party/ltp/testcases/realtime/func/gtod_latency/
H
A
D
gtod_infinite.c
134
mlockall(MCL_CURRENT |
MCL_FUTURE
);
in main()
H
A
D
gtod_latency.c
256
mlockall(MCL_CURRENT |
MCL_FUTURE
);
in main()
/third_party/musl/include/sys/
H
A
D
mman.h
69
#define
MCL_FUTURE
2
macro
/third_party/ltp/testcases/kernel/sched/tool/
H
A
D
time-schedule.c
168
if (mlockall(MCL_CURRENT |
MCL_FUTURE
) != 0) {
in main()
/third_party/ltp/testcases/realtime/lib/
H
A
D
librttest.c
221
if (mlockall(MCL_CURRENT |
MCL_FUTURE
)) {
in rt_init_long()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/
H
A
D
mod.rs
111
pub const
MCL_FUTURE
: ::c_int = 0x0002;
consts
/third_party/rust/crates/nix/src/sys/
H
A
D
mman.rs
361
MCL_FUTURE
;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H
A
D
mod.rs
569
pub const
MCL_FUTURE
: ::c_int = 0x0002;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
253
pub const
MCL_FUTURE
: ::c_int = 0x0002;
consts
Completed in 14 milliseconds
1
2
3