Home
last modified time | relevance | path

Searched refs:terminateExecution_ (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/inspector/
H A Dconnect_server.cpp39 terminateExecution_ = false; in RunServer()
57 while (!terminateExecution_) { in RunServer()
81 terminateExecution_ = true; in StopServer()
H A Dws_server.cpp41 if (terminateExecution_) { in RunServer()
79 while (!terminateExecution_) { in ContinueRunserver()
114 terminateExecution_ = true; in StopServer()
H A Dconnect_server.h41 std::atomic<bool> terminateExecution_ = false; member in OHOS::ArkCompiler::Toolchain::ConnectServer
H A Dws_server.h52 std::atomic<bool> terminateExecution_ { false };

Completed in 2 milliseconds