Home
last modified time | relevance | path

Searched refs:ProcessPendingSignals (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h662 ALWAYS_INLINE void ProcessPendingSignals(ThreadState *thr) { in ProcessPendingSignals() function
H A Dtsan_interceptors_posix.cpp263 ProcessPendingSignals(thr_); in ~ScopedInterceptor()
331 ProcessPendingSignals(thr); in BlockingCall()
2567 ProcessPendingSignals(thr); in ~ScopedSyscall()
H A Dtsan_interface_atomic.cpp490 ProcessPendingSignals(thr); \
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.h651 ALWAYS_INLINE void ProcessPendingSignals(ThreadState *thr) { in ProcessPendingSignals() function
H A Dtsan_interceptors_posix.cpp263 ProcessPendingSignals(thr_); in ~ScopedInterceptor()
326 ProcessPendingSignals(thr); in BlockingCall()
2561 ProcessPendingSignals(thr); in ~ScopedSyscall()
H A Dtsan_interface_atomic.cpp485 ProcessPendingSignals(thr); \