Home
last modified time | relevance | path

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

/third_party/musl/src/conf/
Dsysconf.c59 [_SC_RTSIG_MAX] = _NSIG - 1 - 31 - 3, in sysconf()
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h308 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h336 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h308 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h312 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h336 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h313 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/ndk_musl_include/
Dunistd.h299 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h308 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/include/
Dunistd.h312 #define _SC_RTSIG_MAX 31 macro
/third_party/musl/libc-test/src/api/
Dunistd.c181 C(_SC_RTSIG_MAX) in f()
/third_party/python/Modules/
Dposixmodule.c12149 #ifdef _SC_RTSIG_MAX
12150 {"SC_RTSIG_MAX", _SC_RTSIG_MAX},