Home
last modified time | relevance | path

Searched refs:SIGMAX (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sigpending/
H A Dsigpending02.c62 int SIGMAX = MIN(sizeof(sigset_t) * 8, (size_t)_NSIG); in test_sigpending() local
84 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
99 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
113 for (i = 1; i < SIGMAX; ++i) in test_sigpending()
/third_party/python/Include/internal/
H A Dpycore_signal.h26 #elif defined(SIGMAX)
27 # define Py_NSIG (SIGMAX + 1) // djgpp
/third_party/mksh/
H A Dsh.h390 #elif defined(SIGMAX)
391 #define ksh_NSIG (SIGMAX + 1)

Completed in 7 milliseconds