Searched refs:mu2_store (Results 1 – 2 of 2) sorted by relevance
22 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu2_store; in main() local23 Mutex* mu2 = reinterpret_cast<Mutex*>(&mu2_store); in main()24 new(&mu2_store) Mutex(false, 0, __tsan_mutex_not_static); in main()
17 std::aligned_storage<sizeof(Mutex), alignof(Mutex)>::type mu2_store; in main() local18 Mutex* mu2 = reinterpret_cast<Mutex*>(&mu2_store); in main()19 new(&mu2_store) in main()