Home
last modified time | relevance | path

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

/third_party/weston/libweston/
Dsoft_vsync.cpp56 auto threadMain = std::bind(&SoftVsync::SoftVsyncThreadMain, this); in SoftVsyncStart() local
57 softVsyncThread = std::make_unique<std::thread>(threadMain); in SoftVsyncStart()