Home
last modified time | relevance | path

Searched refs:UnlockGlobal (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_posix.cpp169 __lsan::UnlockGlobal(); in AfterFork()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp114 UnlockGlobal(); in AfterFork()
H A Dlsan_common.h125 void UnlockGlobal();
H A Dlsan_common.cpp46 void UnlockGlobal() SANITIZER_RELEASE(global_mutex) { global_mutex.Unlock(); } in UnlockGlobal() function
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp542 __lsan::UnlockGlobal(); in AfterFork()