Home
last modified time | relevance | path

Searched refs:alive_ (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_posix.cpp94 UserMutex::UserMutex(Type type) : alive_(), type_(type) {} in UserMutex()
96 UserMutex::~UserMutex() { CHECK(!alive_); } in ~UserMutex()
99 CHECK(!alive_); in Init()
100 alive_ = true; in Init()
114 CHECK(!alive_); in StaticInit()
116 alive_ = true; in StaticInit()
122 CHECK(alive_); in Destroy()
123 alive_ = false; in Destroy()
135 CHECK(alive_); in Lock()
147 CHECK(alive_); in TryLock()
[all …]
Dtsan_test_util.h66 bool alive_; variable