Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/src/
A DExecutor.cc26 thread_() { in Executor()
67 thread_ = std::thread(threadMain); in start()
103 if (thread_.joinable()) in shutdown()
104 thread_.join(); in shutdown()
A DExecutor.h46 std::thread thread_; variable
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dprofiler.cc42 if (!thread_) { in ~ScopeProfile()
46 thread_->join(); in ~ScopeProfile()
60 thread_.reset(new std::thread(&ScopeProfile::ThreadFunc, this)); in Start()
A Dprofiler.h75 std::unique_ptr<std::thread> thread_; variable
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dthread_pool.cc50 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
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dthread_utils.c56 pthread_t thread_; member
285 ok = !pthread_create(&impl->thread_, NULL, ThreadLoop, worker); in Reset()
325 pthread_join(impl->thread_, NULL); in End()

Completed in 8 milliseconds