Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
Dsysconf.c46 [_SC_MEMLOCK_RANGE] = VER, in sysconf()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h294 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h322 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h294 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h298 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h322 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h299 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/ndk_musl_include/
Dunistd.h285 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h294 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/include/
Dunistd.h298 #define _SC_MEMLOCK_RANGE 18 macro
/third_party/musl/libc-test/src/api/
Dunistd.c164 C(_SC_MEMLOCK_RANGE) in f()
/third_party/python/Modules/
Dposixmodule.c12029 #ifdef _SC_MEMLOCK_RANGE
12030 {"SC_MEMLOCK_RANGE", _SC_MEMLOCK_RANGE},