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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h36 MutexFlagNotStatic = 1 << 8, // __tsan_mutex_not_static enumerator in enum:__tsan::MutexFlags
47 MutexFlagNotStatic,
H A Dtsan_rtl_mutex.cpp113 ((flagz & MutexFlagNotStatic) && !s->IsFlagSet(MutexFlagNotStatic))) {

Completed in 165 milliseconds