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

  /bionic/libc/kernel/uapi/asm-arm/asm/
signal.h 25 typedef unsigned long sigset_t; typedef
96 sigset_t sa_mask;
  /bionic/libc/kernel/uapi/asm-generic/
signal.h 91 } sigset_t; typedef in typeref:struct:__anon203
106 sigset_t sa_mask;
  /bionic/libc/kernel/uapi/asm-mips/asm/
signal.h 29 } sigset_t; typedef in typeref:struct:__anon215
99 sigset_t sa_mask;
  /bionic/libc/kernel/uapi/asm-x86/asm/
signal.h 29 typedef unsigned long sigset_t; typedef
101 sigset_t sa_mask;
115 sigset_t sa_mask;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
signal.h 20 typedef unsigned long sigset_t; typedef
89 sigset_t sa_mask;
  /development/ndk/platforms/android-9/arch-mips/include/asm/
signal.h 30 } sigset_t; typedef in typeref:struct:__anon1678
111 sigset_t sa_mask;
  /development/ndk/platforms/android-9/arch-x86/include/asm/
signal.h 29 typedef unsigned long sigset_t; typedef
102 sigset_t sa_mask;
  /development/ndk/platforms/android-L/arch-arm/include/asm/
signal.h 25 typedef unsigned long sigset_t; typedef
96 sigset_t sa_mask;
  /development/ndk/platforms/android-L/arch-mips/include/asm/
signal.h 29 } sigset_t; typedef in typeref:struct:__anon1851
99 sigset_t sa_mask;
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
signal.h 29 } sigset_t; typedef in typeref:struct:__anon1862
99 sigset_t sa_mask;
  /development/ndk/platforms/android-L/arch-x86/include/asm/
signal.h 29 typedef unsigned long sigset_t; typedef
101 sigset_t sa_mask;
115 sigset_t sa_mask;
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
signal.h 29 typedef unsigned long sigset_t; typedef
101 sigset_t sa_mask;
115 sigset_t sa_mask;
  /development/ndk/platforms/android-L/include/asm-generic/
signal.h 91 } sigset_t; typedef in typeref:struct:__anon1900
106 sigset_t sa_mask;
  /external/bison/darwin-lib/
signal.h 46 Also, mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.
400 typedef unsigned int sigset_t; typedef
446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask))
    [all...]
  /external/bison/linux-lib/
signal.h 46 Also, mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.
400 typedef unsigned int sigset_t; typedef
446 (int how, const sigset_t *new_mask, sigset_t *old_mask));
448 (int how, const sigset_t *new_mask, sigset_t *old_mask));
452 (int how, const sigset_t *new_mask, sigset_t *old_mask));
455 (int how, const sigset_t *new_mask, sigset_t *old_mask))
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
signal.h 15 /* Cygwin defines it's own sigset_t in include/cygwin/signal.h */
17 typedef unsigned long sigset_t; typedef
91 sigset_t sa_mask; /* Additional set of signals to be blocked */
117 sigset_t sa_mask;
126 /* These depend upon the type of sigset_t, which right now
135 int _EXFUN(sigprocmask, (int how, const sigset_t *set, sigset_t *oset));
138 int _EXFUN(pthread_sigmask, (int how, const sigset_t *set, sigset_t *oset));
155 int _EXFUN(sigaddset, (sigset_t *, const int))
    [all...]
  /external/fio/os/
os-windows.h 82 typedef int sigset_t; typedef
88 sigset_t sa_mask;
  /external/kernel-headers/original/uapi/asm-arm/asm/
signal.h 13 typedef unsigned long sigset_t; typedef
103 sigset_t sa_mask;
  /external/kernel-headers/original/uapi/asm-generic/
signal.h 89 } sigset_t; typedef in typeref:struct:__anon2328
107 sigset_t sa_mask; /* mask last for extensibility */
  /external/kernel-headers/original/uapi/asm-mips/asm/
signal.h 20 } sigset_t; typedef in typeref:struct:__anon2340
107 sigset_t sa_mask;
  /external/kernel-headers/original/uapi/asm-x86/asm/
signal.h 16 typedef unsigned long sigset_t; typedef
107 sigset_t sa_mask;
121 sigset_t sa_mask; /* mask last for extensibility */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 189 unsigned sigset_t_sz = sizeof(sigset_t);
974 CHECK_TYPE_SIZE(sigset_t); variable
    [all...]

Completed in 755 milliseconds