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:munlockall
(Results
1 - 18
of
18
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
H
A
D
5-1.c
10
* Test that the
munlockall
() function always return a value of zero if it is
35
result =
munlockall
();
in main()
45
printf("
munlockall
() returns %i instead of zero.\n", result);
in main()
64
result =
munlockall
();
in main()
74
printf("
munlockall
() returns %i instead of zero.\n", result);
in main()
/third_party/musl/libc-test/src/functionalext/supplement/mman/
H
A
D
munlockall.c
22
* @tc.desc : Verify
munlockall
success. When lock all flag is MCL_CURRENT.
37
result =
munlockall
();
in munlockall_0100()
45
* @tc.desc : Verify
munlockall
success. When lock all flag is MCL_CURRENT.
59
result =
munlockall
();
in munlockall_0200()
H
A
D
mlockall.c
37
munlockall
();
in mlockall_0100()
58
munlockall
();
in mlockall_0200()
/third_party/musl/src/mman/
H
A
D
munlockall.c
5
int
munlockall
(void)
in munlockall()
function
/third_party/musl/porting/liteos_a/user/src/mman/
H
A
D
munlockall.c
5
int
munlockall
(void)
in munlockall()
function
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
H
A
D
17-1-buildonly.c
11
* int
munlockall
(void)
24
dummyvar =
munlockall
;
in dummyfcn()
/third_party/ltp/testcases/kernel/syscalls/munlockall/
H
A
D
munlockall01.c
23
* TEST TITLE : Basic test for
munlockall
(2)
34
* This is a phase I test for the
munlockall
(2) system call.
89
TEST(
munlockall
());
in main()
93
tst_resm(TFAIL | TTERRNO, "
munlockall
() Failed with"
in main()
96
tst_resm(TPASS, "
munlockall
() passed with"
in main()
/third_party/musl/libc-test/src/api/
H
A
D
sys_mman.c
54
{int(*p)(void) =
munlockall
;}
in f()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
mman.h
121
int
munlockall
(void);
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
mman.h
125
int
munlockall
(void);
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
mman.h
125
int
munlockall
(void);
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
mman.h
130
int
munlockall
(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
mman.h
125
int
munlockall
(void);
/third_party/musl/include/sys/
H
A
D
mman.h
127
int
munlockall
(void);
/third_party/rust/crates/nix/src/sys/
H
A
D
mman.rs
404
/// For more information, see [`
munlockall
(2)`].
406
/// [`
munlockall
(2)`]: https://man7.org/linux/man-pages/man2/
munlockall
.2.html
408
pub fn
munlockall
() -> Result<()> {
in munlockall()
functions
409
unsafe { Errno::result(libc::
munlockall
()) }.map(drop)
in munlockall()
/third_party/rust/crates/libc/src/vxworks/
H
A
D
mod.rs
1209
pub fn
munlockall
() -> ::c_int;
in munlockall()
functions
/third_party/rust/crates/libc/src/unix/
H
A
D
mod.rs
991
pub fn
munlockall
() -> ::c_int;
in munlockall()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3649
pub fn
munlockall
() -> ::c_int;
in munlockall()
functions
Completed in 25 milliseconds