Searched refs:thread_ (Results 1 – 12 of 12) sorted by relevance
| /developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
| D | http_server.cpp | 95 … 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()
|
| D | http_server.h | 39 std::thread thread_; member
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
| D | http_server.cpp | 95 … 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()
|
| D | http_server.h | 39 std::thread thread_; member
|
| /developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
| D | http_server.cpp | 96 … 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()
|
| D | http_server.h | 39 std::thread thread_; member
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | http_server.cpp | 59 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()
|
| D | http_server.h | 39 std::thread thread_; member
|
| /developtools/hdc/src/common/ |
| D | circle_buffer.cpp | 118 thread_ = std::thread(Timer, this); in TimerStart() 127 thread_.join(); in TimerStop()
|
| D | circle_buffer.h | 48 std::thread thread_; variable
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | stack_preprocess.cpp | 113 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/ |
| D | stack_preprocess.h | 109 std::thread thread_ {};
|