Searched refs:thread_ (Results 1 – 6 of 6) sorted by relevance
26 thread_() { in Executor()67 thread_ = std::thread(threadMain); in start()103 if (thread_.joinable()) in shutdown()104 thread_.join(); in shutdown()
46 std::thread thread_; variable
42 if (!thread_) { in ~ScopeProfile()46 thread_->join(); in ~ScopeProfile()60 thread_.reset(new std::thread(&ScopeProfile::ThreadFunc, this)); in Start()
75 std::unique_ptr<std::thread> thread_; variable
50 thread_.reset(new std::thread(ThreadFunc, this)); in Thread()55 thread_->join(); in ~Thread()148 std::unique_ptr<std::thread> thread_; member in ruy::Thread
56 pthread_t thread_; member285 ok = !pthread_create(&impl->thread_, NULL, ThreadLoop, worker); in Reset()325 pthread_join(impl->thread_, NULL); in End()
Completed in 8 milliseconds