Home
last modified time | relevance | path

Searched defs:tid (Results 1 - 25 of 37) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A 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 in TEST() local
230 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
243 uint32_t tid = os::thread::GetCurrentThreadId(); DEATH_TEST() local
291 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
322 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
344 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
367 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
407 uint32_t tid = os::thread::GetCurrentThreadId(); TEST() local
[all...]
H A Ddfx_test.cpp123 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST() local
[all...]
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.cpp23 void JsDebuggerManager::AddJsDebuggerManager (int tid, JsDebuggerManager *jsDebuggerManager) in AddJsDebuggerManager() argument
31 JsDebuggerManager *JsDebuggerManager::GetJsDebuggerManager(int tid) in GetJsDebuggerManager() argument
40 void JsDebuggerManager::DeleteJsDebuggerManager(int tid) in DeleteJsDebuggerManager() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlogger_test.cpp67 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local
151 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local
170 uint32_t tid = os::thread::GetCurrentThreadId(); in HWTEST_F() local
193 uint32_t tid in HWTEST_F() local
238 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local
251 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local
303 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local
329 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local
351 uint32_t tid = os::thread::GetCurrentThreadId(); HWTEST_F() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
H A 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/test/fuzztest/base/ptevents/paused/baseptspausedsethitbreakpoints_fuzzer/
H A Dbaseptspausedsethitbreakpoints_fuzzer.cpp37 int tid = 2; in BasePtsPausedSetHitBreakpointsFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.cpp28 auto tid = DaemonThread::GetInstance()->GetThreadId(); in PostTask() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap_region_allocator.cpp38 auto tid = thread ? thread->GetThreadId() : JSThread::GetCurrentThreadId(); in AllocateAlignedRegion() local
/arkcompiler/runtime_core/libpandabase/os/
H A Dthread.h123 native_handle_type tid; in ThreadStart() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dnative_stack.cpp31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]] const char *tag, in DumpKernelStack() argument
36 std::string GetNativeThreadNameForFile([[maybe_unused]] pid_t tid) in GetNativeThreadNameForFile() argument
H A Dthread.h128 NativeHandleType tid; in ThreadStart() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dmpl_logging.cpp79 pid_t tid = syscall(SYS_gettid); in EmitErrorMessage() local
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dsampling_processor.cpp58 pthread_t tid = ffrt_task_get_tid(params.taskHandle_); in Run() local
103 void *SamplingProcessor::PostSemAndLogEnd(SamplesRecord *generator, pthread_t tid) in PostSemAndLogEnd() argument
/arkcompiler/toolchain/tooling/client/ark_multi/
H A Dmain.cpp102 uv_thread_t tid = 0; in StartThread() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.h137 auto tid = v_.Gettid(); in ConcurrentGuard() local
149 auto tid = v_.Gettid(); in ~ConcurrentGuard() local
[all...]
/arkcompiler/runtime_core/compiler/tests/
H A 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/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp289 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
309 uint32_t tid = os::thread::GetCurrentThreadId(); in TEST_F() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dcpu_affinity.cpp170 bool CpuAffinityManager::GetThreadAffinity([[maybe_unused]] int tid, [[maybe_unused]] CpuSet &cpuset) in GetThreadAffinity() argument
182 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] uint8_t power_flags) in SetAffinityForThread() argument
188 bool CpuAffinityManager::SetAffinityForThread([[maybe_unused]] int tid, [[maybe_unused]] const CpuSet &cpuset) in SetAffinityForThread() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dcpu_affinity.cpp233 bool CpuAffinityManager::GetThreadAffinity(int tid, CpuSet &cpuset) in GetThreadAffinity() argument
250 bool CpuAffinityManager::SetAffinityForThread(int tid, const CpuSet &cpuset) in SetAffinityForThread() argument
263 SetAffinityForThread(int tid, uint8_t powerFlags) SetAffinityForThread() argument
[all...]
H A Dnative_stack.cpp29 std::string GetNativeThreadNameForFile(pid_t tid) in GetNativeThreadNameForFile() argument
33 commFile << "/proc/self/task/" << tid << "/comm"; in GetNativeThreadNameForFile() local
55 void DumpKernelStack(std::ostream &os, pid_t tid, const char *tag, bool count) in DumpKernelStack() argument
62 stackFile << "/proc/self/task/" << tid << "/stack"; in DumpKernelStack() local
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
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gc-hung/
H A Dgc_hung.cpp184 auto tid = thread->GetId(); in CheckSuspend() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_pool.h52 void SetTid(int tid) in SetTid() argument
/arkcompiler/toolchain/inspector/
H A Dinspector.cpp169 pthread_t tid; in InitializeInspector() local
316 const DebuggerPostTask &GetDebuggerPostTask(int tid) in GetDebuggerPostTask() argument
326 GetEcmaVM(int tid) GetEcmaVM() argument
351 StartDebugForSocketpair(int tid, int socketfd) StartDebugForSocketpair() argument
421 uint32_t tid = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(g_inspectors[vm]->tid_)); StopDebug() local
423 uint32_t tid = g_inspectors[vm]->tid_; StopDebug() local
434 StopOldDebug(int tid, const std::string& componentName) StopOldDebug() argument
452 StoreDebuggerInfo(int tid, void* vm, const DebuggerPostTask& debuggerPostTask) StoreDebuggerInfo() argument
[all...]
H A Dconnect_inspector.cpp190 pthread_t tid; in StartServerForSocketPair() local
208 pthread_t tid; in StartServer() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp592 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local
603 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local
613 uint32_t tid = vm_->GetAssociatedJSThread()->GetThreadId(); in HWTEST_F_L0() local
[all...]

Completed in 12 milliseconds

12