Home
last modified time | relevance | path

Searched refs:ScopedBlockSignals (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h55 struct ScopedBlockSignals { struct
56 explicit ScopedBlockSignals(__sanitizer_sigset_t *copy);
57 ~ScopedBlockSignals();
59 ScopedBlockSignals &operator=(const ScopedBlockSignals &) = delete; argument
60 ScopedBlockSignals(const ScopedBlockSignals &) = delete;
H A Dsanitizer_linux.cpp215 ScopedBlockSignals::ScopedBlockSignals(__sanitizer_sigset_t *copy) { in ScopedBlockSignals() function in __sanitizer::ScopedBlockSignals
221 ScopedBlockSignals::~ScopedBlockSignals() { SetSigProcMask(&saved_, nullptr); } in ~ScopedBlockSignals()
1920 ScopedBlockSignals block(nullptr); in internal_start_thread()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp296 ScopedBlockSignals block(nullptr); in MsanTSDDtor()
H A Dmsan_interceptors.cpp1176 ScopedBlockSignals block(&t->starting_sigset_); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp277 ScopedBlockSignals block(&A->starting_sigset_); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp262 ScopedBlockSignals block(&sigset); in INTERCEPTOR()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp886 ScopedBlockSignals block(&t->starting_sigset_); in dfsan_pthread_create()