Searched defs:sigset_t (Results 1 - 10 of 10) sorted by relevance

/external/bison/darwin-lib/
H A Dsignal.h46 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_mas
[all...]
/external/bison/linux-lib/
H A Dsignal.h46 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_mas
[all...]
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/sys/
H A Dsignal.h15 /* 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 *, cons
[all...]
/external/fio/os/
H A Dos-windows.h82 typedef int sigset_t; typedef
88 sigset_t sa_mask;
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsignal.h13 typedef unsigned long sigset_t; typedef
103 sigset_t sa_mask;
/external/kernel-headers/original/uapi/asm-generic/
H A Dsignal.h89 } sigset_t; typedef in typeref:struct:__anon22769
107 sigset_t sa_mask; /* mask last for extensibility */
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dsignal.h20 } sigset_t; typedef in typeref:struct:__anon22781
107 sigset_t sa_mask;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsignal.h16 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/
H A Dsanitizer_platform_limits_posix.cc189 unsigned sigset_t_sz = sizeof(sigset_t);
974 CHECK_TYPE_SIZE(sigset_t); variable
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c351 typedef __sigset_t sigset_t; typedef

Completed in 439 milliseconds