Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/runtime/
H A Dinstr.cpp396 Mutex *GlobalWriteProfileMutex{reinterpret_cast<Mutex *>(1)}; variable
1461 if (!GlobalWriteProfileMutex->acquire()) in __bolt_instr_data_dump()
1491 GlobalWriteProfileMutex->release(); in __bolt_instr_data_dump()
1566 GlobalWriteProfileMutex = new (GlobalAlloc, 0) Mutex(); in __bolt_instr_setup()