Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dbuffer_dispatcher.cpp470 notifyThread_ = std::thread(&BufferDispatcher::NotifyThreadWorker, this); in StartDispatch()
472 pthread_setname_np(notifyThread_.native_handle(), name.c_str()); in StartDispatch()
486 if (notifyThread_.joinable()) { in StopDispatch()
487 notifyThread_.join(); in StopDispatch()
H A Dbuffer_dispatcher.h341 std::thread notifyThread_; member in OHOS::Sharing::BufferDispatcher

Completed in 4 milliseconds