Home
last modified time | relevance | path

Searched refs:_POSIX_MEMLOCK (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
D5-1.c20 #if !defined(_POSIX_MEMLOCK) || _POSIX_MEMLOCK == -1
30 #if _POSIX_MEMLOCK != 0
/third_party/musl/libc-test/src/common/
Doptions.h.in23 #if defined _POSIX_MEMLOCK && _POSIX_MEMLOCK >= 0
24 POSIX_MEMLOCK _POSIX_MEMLOCK
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D1-1-buildonly.c24 defined(_POSIX_MEMLOCK) || defined(_POSIX_MEMORY_PROTECTION) || \
/third_party/musl/ndk_musl_include/
Dunistd.h206 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h243 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h219 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h246 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h243 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h219 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h219 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h225 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h225 #define _POSIX_MEMLOCK _POSIX_VERSION macro
/third_party/musl/libc-test/src/api/
Dunistd.c48 A(_POSIX_MEMLOCK >= 0) in f()
/third_party/rust/crates/nix/src/
Dunistd.rs2286 _POSIX_MEMLOCK = libc::_SC_MEMLOCK,