Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/
Dhttp_server.cpp95 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
105 if (it->thread_.joinable()) { in Run()
107 it->thread_.join(); in Run()
141 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
150 if (it->thread_.joinable()) { in Run()
152 it->thread_.join(); in Run()
199 if (it->get()->thread_.joinable()) { in ClearDeadClientThread()
200 it->get()->thread_.join(); in ClearDeadClientThread()
Dhttp_server.h39 std::thread thread_; member
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/
Dhttp_server.cpp95 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
105 if (it->thread_.joinable()) { in Run()
107 it->thread_.join(); in Run()
141 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
150 if (it->thread_.joinable()) { in Run()
152 it->thread_.join(); in Run()
199 if (it->get()->thread_.joinable()) { in ClearDeadClientThread()
200 it->get()->thread_.join(); in ClearDeadClientThread()
Dhttp_server.h39 std::thread thread_; member
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/
Dhttp_server.cpp96 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
106 if (it->thread_.joinable()) { in Run()
108 it->thread_.join(); in Run()
142 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
151 if (it->thread_.joinable()) { in Run()
153 it->thread_.join(); in Run()
200 if (it->get()->thread_.joinable()) { in ClearDeadClientThread()
201 it->get()->thread_.join(); in ClearDeadClientThread()
Dhttp_server.h39 std::thread thread_; member
/developtools/smartperf_host/trace_streamer/src/rpc/
Dhttp_server.cpp59 if (it->thread_.joinable()) { in CloseAllThreads()
60 it->thread_.join(); in CloseAllThreads()
106 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
146 … client->thread_ = std::thread(&HttpServer::ProcessClient, this, std::ref(client->sock_)); in Run()
198 if (it->get()->thread_.joinable()) { in ClearDeadClientThread()
199 it->get()->thread_.join(); in ClearDeadClientThread()
Dhttp_server.h39 std::thread thread_; member
/developtools/hdc/src/common/
Dcircle_buffer.cpp118 thread_ = std::thread(Timer, this); in TimerStart()
127 thread_.join(); in TimerStop()
Dcircle_buffer.h48 std::thread thread_; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp113 if (thread_.joinable()) { in ~StackPreprocess()
114 thread_.join(); in ~StackPreprocess()
132 thread_ = std::move(demuxer); in StartTakeResults()
141 CHECK_TRUE(thread_.get_id() != std::thread::id(), false, "thread invalid"); in StopTakeResults()
147 if (thread_.joinable()) { in StopTakeResults()
148 thread_.join(); in StopTakeResults()
/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h109 std::thread thread_ {};