Clang side changes to support LLVM mutex refactor. This accompanies revision D4033, and should be submitted at the same time.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
During an atexit handler, std::mutex cannot be used. This revision addresses this by changing to a mutex which is safe for use during shutdown.