Home
last modified time | relevance | path

Searched refs:tid_ (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/inspector/
Dconnect_server.cpp29 tid_ = pthread_self(); in RunServer()
59 pthread_join(tid_, nullptr); in StopServer()
Dconnect_server.h40 pthread_t tid_ {0};
Dinspector.cpp153 newInspector->tid_ = pthread_self(); in InitializeInspector()
165 newInspector->websocketServer_->tid_ = tid; in InitializeInspector()
248 debuggerPostTask_([tid = tid_, vm = vm_] { in OnMessage()
Dinspector.h53 pthread_t tid_ = 0; variable
Dws_server.h39 pthread_t tid_ {0};
Dws_server.cpp90 pthread_join(tid_, nullptr); in StopServer()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp71 tid_ = static_cast<pthread_t>(syscall(SYS_gettid)); in StartCpuProfilerForInfo()
74 profilerMap_[tid_] = vm_; in StartCpuProfilerForInfo()
130 tid_ = static_cast<pthread_t>(syscall(SYS_gettid)); in StartCpuProfilerForFile()
133 profilerMap_[tid_] = vm_; in StartCpuProfilerForFile()
Dcpu_profiler.h113 pthread_t tid_ = 0; variable
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2097 return tid_; in GetTid()
2102 tid_ = tid; in SetTid()
2280 int64_t tid_ {0};
Dpt_types.cpp2503 profile->tid_ = tid; in Create()
2673 result->Add("tid", tid_); in ToJson()