Home
last modified time | relevance | path

Searched refs:_POSIX_MEMLOCK_RANGE (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/common/
Doptions.h.in27 #if defined _POSIX_MEMLOCK_RANGE && _POSIX_MEMLOCK_RANGE >= 0
28 POSIX_MEMLOCK_RANGE _POSIX_MEMLOCK_RANGE
/third_party/musl/ndk_musl_include/
Dunistd.h207 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h244 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h247 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h244 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h220 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h226 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h226 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION macro
/third_party/musl/libc-test/src/api/
Dunistd.c49 A(_POSIX_MEMLOCK_RANGE >= 0) in f()
/third_party/rust/crates/nix/src/
Dunistd.rs2290 _POSIX_MEMLOCK_RANGE = libc::_SC_MEMLOCK_RANGE,