Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
Dcustom_mutex4.cpp22 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu2_store; in main() local
23 Mutex* mu2 = reinterpret_cast<Mutex*>(&mu2_store); in main()
24 new(&mu2_store) Mutex(false, 0, __tsan_mutex_not_static); in main()
Dcustom_mutex5.cpp17 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu2_store; in main() local
18 Mutex* mu2 = reinterpret_cast<Mutex*>(&mu2_store); in main()
19 new(&mu2_store) in main()