Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
Dsysconf.c56 [_SC_MQ_PRIO_MAX] = JT_MQ_PRIO_MAX, in sysconf()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h304 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h332 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h304 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h308 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h332 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h309 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/ndk_musl_include/
Dunistd.h295 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h304 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/include/
Dunistd.h308 #define _SC_MQ_PRIO_MAX 28 macro
/third_party/musl/libc-test/src/api/
Dunistd.c169 C(_SC_MQ_PRIO_MAX) in f()
/third_party/python/Modules/
Dposixmodule.c12044 #ifdef _SC_MQ_PRIO_MAX
12045 {"SC_MQ_PRIO_MAX", _SC_MQ_PRIO_MAX},