Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DState.cpp71 static std::mutex g_cs_current_buffer; variable
426 std::lock_guard<std::mutex> lk(g_cs_current_buffer); in SaveAs()
439 save_args.buffer_mutex = &g_cs_current_buffer; in SaveAs()
645 std::lock_guard<std::mutex> lk(g_cs_current_buffer); in Shutdown()