Searched refs:SIGRTMAX (Results 1 – 4 of 4) sorted by relevance
27 #ifdef SIGRTMAX in do_test()28 int max_sig = SIGRTMAX; in do_test()
31 int e = pthread_kill (pthread_self (), SIGRTMAX + 10); in do_test()
121 if (sig1 + N > SIGRTMAX) in do_test()
75 #define SIGRTMAX (__libc_current_sigrtmax()) macro
Completed in 4 milliseconds