HomeSort by relevance Sort by last modified time
    Searched defs:__SIGRTMIN (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
signum.h 77 #define __SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 77 #define __SIGRTMIN 32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
signum.h 77 #define __SIGRTMIN 32
  /external/strace/
signal.c 260 /* Under glibc 2.1, SIGRTMIN et al are functions, but __SIGRTMIN is a
263 #ifndef __SIGRTMIN
264 #define __SIGRTMIN SIGRTMIN
277 } else if (sig >= __SIGRTMIN && sig <= __SIGRTMAX) {
278 sprintf(buf, "SIGRT_%ld", (long)(sig - __SIGRTMIN));
366 else if (i >= __SIGRTMIN && i <= __SIGRTMAX) {
368 sprintf(tsig, "RT_%u", i - __SIGRTMIN);
    [all...]

Completed in 439 milliseconds