Searched refs:threadMain (Results 1 – 1 of 1) sorted by relevance
56 auto threadMain = std::bind(&SoftVsync::SoftVsyncThreadMain, this); in SoftVsyncStart() local57 softVsyncThread = std::make_unique<std::thread>(threadMain); in SoftVsyncStart()