Searched refs:DoInThreadDelayed (Results 1 – 5 of 5) sorted by relevance
61 if (!thread->DoInThreadDelayed(task_wrapper_.callback(), in SchedulePeriodic()141 message_loop_thread_->DoInThreadDelayed(task_wrapper_.callback(), in RunTask()
74 return DoInThreadDelayed(std::move(task), std::chrono::microseconds(0)); in DoInThread()77 bool MessageLoopThread::DoInThreadDelayed(base::OnceClosure task, std::chrono::microseconds delay) { in DoInThreadDelayed() function in bluetooth::common::MessageLoopThread
164 bool DoInThreadDelayed(base::OnceClosure task, std::chrono::microseconds delay);
50 bluetooth::log::assert_that(!main_thread.DoInThreadDelayed(std::move(task), delay), in do_in_main_thread_delayed()
48 if (!main_thread.DoInThreadDelayed(std::move(task), delay)) { in do_in_main_thread_delayed()