Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
Dcustom_mutex4.cpp15 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu1_store; in main() local
16 Mutex* mu1 = reinterpret_cast<Mutex*>(&mu1_store); in main()
17 new(&mu1_store) Mutex(false, __tsan_mutex_linker_init); in main()
Dcustom_mutex5.cpp10 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu1_store; in main() local
11 Mutex* mu1 = reinterpret_cast<Mutex*>(&mu1_store); in main()
12 new(&mu1_store) Mutex(false, 0); in main()