Searched refs:mThreadNotification (Results 1 – 4 of 4) sorted by relevance
74 if ((mThreadNotification.wait_until(lock, wakeupT) == std::cv_status::no_timeout) && in start()123 mThreadNotification.notify_all(); in stopImpl()
131 mThreadNotification.notify_all(); in closeImpl()179 if ((mThreadNotification.wait_until(lock, wakeupT) == std::cv_status::no_timeout) && in setCallbackImpl()
52 std::condition_variable mThreadNotification; member
50 std::condition_variable mThreadNotification; member