Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dlogger_test.cpp64 uint32_t tid = os::thread::GetCurrentThreadId(); variable
148 uint32_t tid = os::thread::GetCurrentThreadId(); variable
167 uint32_t tid = os::thread::GetCurrentThreadId(); variable
190 uint32_t tid = os::thread::GetCurrentThreadId(); variable
235 uint32_t tid = os::thread::GetCurrentThreadId(); variable
248 uint32_t tid = os::thread::GetCurrentThreadId(); variable
297 uint32_t tid = os::thread::GetCurrentThreadId(); variable
323 uint32_t tid = os::thread::GetCurrentThreadId(); variable
345 uint32_t tid = os::thread::GetCurrentThreadId(); variable
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp626 auto tid = thread->GetThreadId(); in WorkersetInfo() local
633 EcmaVM *EcmaVM::GetWorkerVm(uint32_t tid) in GetWorkerVm()
651 auto tid = thread->GetThreadId(); in DeleteWorker() local
665 bool EcmaVM::SuspendWorkerVm(uint32_t tid) in SuspendWorkerVm()
677 void EcmaVM::ResumeWorkerVm(uint32_t tid) in ResumeWorkerVm()
/arkcompiler/toolchain/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/
Dbaseptspausedsethitbreakpoints_fuzzer.cpp34 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp42 pthread_t tid = pthread_self(); in Run() local
Dcpu_profiler.h37 pthread_t tid = 0; member
Dsamples_record.h58 uint64_t tid = 0; member
Dcpu_profiler.cpp385 pthread_t tid = static_cast<pthread_t>(syscall(SYS_gettid)); in GetStackSignalHandler() local
Dsamples_record.cpp32 int tid = syscall(SYS_gettid); in SamplesRecord() local
/arkcompiler/toolchain/inspector/
Dconnect_inspector.cpp107 pthread_t tid; in StartServer() local
Dinspector.cpp159 pthread_t tid; in InitializeInspector() local
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp503 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& … in BuildJsStackInfoList()
576 void DFXJSNApi::ResumeVMById(EcmaVM *hostVm, uint32_t tid) in ResumeVMById()
585 bool DFXJSNApi::SuspendVMById(EcmaVM *hostVm, uint32_t tid) in SuspendVMById()
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp173 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
517 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h2100 Profile &SetTid(int64_t tid) in SetTid()
Dpt_types.cpp2500 int64_t tid; in Create() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument