Home
last modified time | relevance | path

Searched refs:_SC_SIGRT_MIN (Results 1 – 6 of 6) sorted by relevance

/external/ltp/lib/
Dtst_sig.c96 #ifdef _SC_SIGRT_MIN in tst_sig()
109 #ifdef _SC_SIGRT_MIN in tst_sig()
110 sigrtmin = sysconf(_SC_SIGRT_MIN); in tst_sig()
126 #ifdef _SC_SIGRT_MIN in tst_sig()
135 #if !defined(_SC_SIGRT_MIN) && defined(__SIGRTMIN) && defined(__SIGRTMAX) in tst_sig()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py231 _SC_SIGRT_MIN = 40 variable
DSTROPTS.py228 _SC_SIGRT_MIN = 40 variable
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1620 pub const _SC_SIGRT_MIN: ::c_int = 40; constant
/external/python/cpython2/Modules/
Dposixmodule.c8395 #ifdef _SC_SIGRT_MIN
8396 {"SC_SIGRT_MIN", _SC_SIGRT_MIN},
/external/python/cpython3/Modules/
Dposixmodule.c12027 #ifdef _SC_SIGRT_MIN
12028 {"SC_SIGRT_MIN", _SC_SIGRT_MIN},