Searched refs:thread_started (Results 1 – 2 of 2) sorted by relevance
49 std::promise<bool> thread_started; in Start() local50 auto future = thread_started.get_future(); in Start()52 std::move(thread_started)); in Start()77 void SnoopLoggerSocketThread::Run(std::promise<bool> thread_started) { in Run() argument81 thread_started.set_value(false); in Run()85 thread_started.set_value(true); in Run()
48 void Run(std::promise<bool> thread_started);