Home
last modified time | relevance | path

Searched refs:__SIGRTMIN (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/signal/
A Dallocrtsig.c34 static int current_rtmin = __SIGRTMIN + 2;
38 # if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
41 static int current_rtmin = __SIGRTMIN + 3;
43 static int current_rtmin = __SIGRTMIN;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/
A Dallocrtsig.c23 #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
44 current_rtmin = __SIGRTMIN + 3; in init()
/l4re-core-master/uclibc/lib/libpthread/src/
A DpthreadP.h5 #define SIGCANCEL __SIGRTMIN
A Dpthread.c44 #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
203 int __pthread_sig_restart = __SIGRTMIN;
204 int __pthread_sig_cancel = __SIGRTMIN + 1;
205 int __pthread_sig_debug = __SIGRTMIN + 2;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dpthread.c226 #if __SIGRTMAX - __SIGRTMIN >= 3
227 static int current_rtmin = __SIGRTMIN + 3;
229 int __pthread_sig_restart = __SIGRTMIN;
230 int __pthread_sig_cancel = __SIGRTMIN + 1;
231 int __pthread_sig_debug = __SIGRTMIN + 2;
236 static int current_rtmin = __SIGRTMIN;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/hppa/bits/
A Dsignum.h59 #define __SIGRTMIN 37 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dsignal.h78 #ifndef __SIGRTMIN /* if arch has not defined it in bits/signum.h... */
79 # define __SIGRTMIN 32 macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dpthread.c36 #if !defined __SIGRTMIN || (__SIGRTMAX - __SIGRTMIN) < 3
180 int __pthread_sig_restart = __SIGRTMIN;
181 int __pthread_sig_cancel = __SIGRTMIN + 1;
182 int __pthread_sig_debug = __SIGRTMIN + 2;
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DpthreadP.h315 #define SIGCANCEL __SIGRTMIN
325 #define SIGSETXID (__SIGRTMIN + 1)
A DChangeLog7711 __SIGRTMIN+1.

Completed in 23 milliseconds