oboe
oboe copied to clipboard
Internal clean up for std::lock_guard<std::mutex>
In Oboe, there are places declaring lock guard as std::lock_guard<std::mutex>. It can by simplified as std::lock_guard _l(mutex).