Home
last modified time | relevance | path

Searched refs:threadLoop_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp311 threadLoop_ = std::thread([this] { this->ThreadMain(); }); in VSyncDistributor()
313 pthread_setname_np(threadLoop_.native_handle(), threadName.c_str()); in VSyncDistributor()
326 if (threadLoop_.joinable()) { in ~VSyncDistributor()
332 threadLoop_.join(); in ~VSyncDistributor()
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h185 std::thread threadLoop_; member in OHOS::Rosen::VSyncDistributor

Completed in 3 milliseconds