Searched refs:__tsan_mutex_linker_init (Results 1 – 3 of 3) sorted by relevance
17 new(&mu1_store) Mutex(false, __tsan_mutex_linker_init); in main()
92 Mutex Mutex::prof_mu_(false, __tsan_mutex_linker_init);
41 static const unsigned __tsan_mutex_linker_init = 1 << 0; variable