Searched refs:OnPotentiallyBlockingRegionEnd (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp231 void OnPotentiallyBlockingRegionEnd();
234 SANITIZER_WEAK_CXX_DEFAULT_IMPL void OnPotentiallyBlockingRegionEnd() {} function in namespace:__tsan
861 auto on_exit = at_scope_exit(&OnPotentiallyBlockingRegionEnd);

Completed in 103 milliseconds