Home
last modified time | relevance | path

Searched refs:SetDaemonThreadsCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dmt_thread_manager.cpp180 Runtime::GetCurrent()->SetDaemonThreadsCount(daemonThreads_.size()); in WaitForDeregistration()
Druntime.cpp148 static void SetDaemonThreadsCount(uint32_t daemonThreadsCnt) in SetDaemonThreadsCount() function in ark::RuntimeInternalAllocator
682 void Runtime::SetDaemonThreadsCount(uint32_t daemonThreadsCnt) in SetDaemonThreadsCount() function in ark::Runtime
684 RuntimeInternalAllocator::SetDaemonThreadsCount(daemonThreadsCnt); in SetDaemonThreadsCount()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h413 static void SetDaemonThreadsCount(uint32_t daemonThreadsCnt);