Searched defs:internal_sigfillset (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_netbsd.cc316 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc874 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
H A Dsanitizer_mac.cc214 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cc313 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
H A Dsanitizer_mac.cc201 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } function in namespace:__sanitizer
H A Dsanitizer_linux.cc941 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_netbsd.cpp327 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer
H A Dsanitizer_mac.cpp245 void internal_sigfillset(__sanitizer_sigset_t *set) { sigfillset(set); } function in namespace:__sanitizer
H A Dsanitizer_linux.cpp871 void internal_sigfillset(__sanitizer_sigset_t *set) { function in namespace:__sanitizer

Completed in 272 milliseconds