Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 50) sorted by relevance

12

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp67 uint32_t tid = os::thread::GetCurrentThreadId(); variable
151 uint32_t tid = os::thread::GetCurrentThreadId(); variable
170 uint32_t tid = os::thread::GetCurrentThreadId(); variable
193 uint32_t tid = os::thread::GetCurrentThreadId(); variable
238 uint32_t tid = os::thread::GetCurrentThreadId(); variable
251 uint32_t tid = os::thread::GetCurrentThreadId(); variable
303 uint32_t tid = os::thread::GetCurrentThreadId(); variable
329 uint32_t tid = os::thread::GetCurrentThreadId(); variable
351 uint32_t tid = os::thread::GetCurrentThreadId(); variable
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dlogger_test.cpp59 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
143 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
162 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
185 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
230 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
243 uint32_t tid = os::thread::GetCurrentThreadId(); in DEATH_TEST() local
291 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
322 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
344 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
367 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
[all …]
Ddfx_test.cpp123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_debugger_manager.cpp22 void JsDebuggerManager::AddJsDebuggerManager (int tid, JsDebuggerManager *jsDebuggerManager) in AddJsDebuggerManager()
30 JsDebuggerManager *JsDebuggerManager::GetJsDebuggerManager(int tid) in GetJsDebuggerManager()
39 void JsDebuggerManager::DeleteJsDebuggerManager(int tid) in DeleteJsDebuggerManager()
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_error_report.json28 "tid": "Worker0" string
46 "tid": "Worker0" string
62 "tid": "Worker0" string
80 "tid": "Worker0" string
98 "tid": "Worker0" string
Dtest_report.json28 "tid": "Worker0" string
46 "tid": "Worker0" string
62 "tid": "Worker0" string
80 "tid": "Worker0" string
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_support.cpp25 std::thread::id tid = std::this_thread::get_id(); in RunBeforePhase() local
39 std::thread::id tid = std::this_thread::get_id(); in RunAfterPhase() local
/arkcompiler/toolchain/inspector/
Dinspector.cpp203 pthread_t tid; in InitializeInspector() local
385 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask()
395 void *GetEcmaVM(int tid) in GetEcmaVM()
426 bool StartDebugForSocketpair(int tid, int socketfd, bool isHybrid) in StartDebugForSocketpair()
507 uint32_t tid = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(g_inspectors[vm]->tid_)); in StopDebug() local
509 uint32_t tid = g_inspectors[vm]->tid_; in StopDebug() local
529 void StopOldDebug(int tid, const std::string& componentName) in StopOldDebug()
547 void StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) in StoreDebuggerInfo()
Dconnect_inspector.cpp225 pthread_t tid; in StartServerForSocketPair() local
243 pthread_t tid; in StartServer() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp29 std::string GetNativeThreadNameForFile(pid_t tid) in GetNativeThreadNameForFile()
55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack()
113 auto tid = static_cast<pid_t>(strtol(dir->d_name, &dirEnd, FIND_TID)); in InitKernelTidLists() local
127 std::set<int>::iterator tid; in Dump() local
Dcpu_affinity.cpp171 bool CpuAffinityManager::GetThreadAffinity([[maybe_unused]] int tid, [[maybe_unused]] CpuSet &cpuse… in GetThreadAffinity()
183 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] uint8_t po… in SetAffinityForThread()
189 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] const CpuS… in SetAffinityForThread()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp55 pthread_t tid = ffrt_task_get_tid(params.taskHandle_); in Run() local
100 void *SamplingProcessor::PostSemAndLogEnd(SamplesRecord *generator, pthread_t tid) in PostSemAndLogEnd()
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dnative_stack.cpp31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]… in DumpKernelStack()
36 std::string GetNativeThreadNameForFile([[maybe_unused]] pid_t tid) in GetNativeThreadNameForFile()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp170 bool CpuAffinityManager::GetThreadAffinity([[maybe_unused]] int tid, [[maybe_unused]] CpuSet &cpuse… in GetThreadAffinity()
182 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] uint8_t po… in SetAffinityForThread()
188 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] const CpuS… in SetAffinityForThread()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebugger_arkapi.cpp53 bool ArkDebugNativeAPI::NotifyDebugMode([[maybe_unused]] int tid, [[maybe_unused]] int32_t instance… in NotifyDebugMode()
128 bool ArkDebugNativeAPI::StartDebuggerForSocketPair([[maybe_unused]] int tid, [[maybe_unused]] int s… in StartDebuggerForSocketPair()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/
Dbaseptspausedsethitbreakpoints_fuzzer.cpp37 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
/arkcompiler/toolchain/test/autotest/aw/
Dfport.py39 def fport_debugger_server(self, port, pid, tid=0): argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/libani_helpers/interop_js/
Dhybridgref_napi.cpp49 napi_value tid; in GetStorage() local
90 uint32_t tid; in CheckCorrectThread() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_utils.h103 auto tid = v_.Gettid(); in operation_() local
114 auto tid = v_.Gettid(); in ~ConcurrentGuard() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dmpl_logging.cpp77 pid_t tid = syscall(SYS_gettid); in EmitErrorMessage() local
/arkcompiler/jsvm/src/platform/
Dplatform_ohos.cpp163 uint64_t tid = OS::GetTid(); in ReportKeyThread() local
181 uint64_t tid = OS::GetTid(); in ReportKeyThread() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp180 … [[maybe_unused]] const DumpSnapShotOption &dumpOption, [[maybe_unused]] uint32_t tid) in DumpHeapSnapshot()
195 [[maybe_unused]] uint32_t tid) in DumpHeapSnapshotWithVm()
249 void DFXJSNApi::TriggerGC([[maybe_unused]] const EcmaVM *vm, [[maybe_unused]] uint32_t tid) in TriggerGC()
940 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList()
1009 bool DFXJSNApi::StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, in StartProfiler()
1030 void DFXJSNApi::ResumeVMById(EcmaVM *hostVm, uint32_t tid) in ResumeVMById()
1039 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_concurrent_sweeper.cpp31 auto tid = DaemonThread::GetInstance()->GetThreadId(); in PostTask() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp46 JSThread::ThreadId tid = 0; in AllocateAlignedRegion() local
Dconcurrent_sweeper.cpp33 auto tid = heap_->GetJSThread()->GetThreadId(); in PostTask() local

12