Home
last modified time | relevance | path

Searched refs:BlockingCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_diagnostics.cpp46 case DiagnosticsInfoType::BlockingCall: in GetErrorTypeStr()
71 case DiagnosticsInfoType::BlockingCall: { in PrintReason()
H A Drtsan_diagnostics.h22 BlockingCall, enumerator
H A Drtsan.cpp150 {DiagnosticsInfoType::BlockingCall, func_name, pc, bp}, in __rtsan_notify_blocking_call()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp371 #define BLOCK_REAL(name) (BlockingCall(thr), REAL(name))
373 struct BlockingCall { struct
374 explicit BlockingCall(ThreadState *thr) in BlockingCall() function
385 ~BlockingCall() { in ~BlockingCall() argument
1306 BlockingCall bc(thr); in cond_wait()