Home
last modified time | relevance | path

Searched defs:policy (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp141 void CoroutineManager::SetSchedulingPolicy(CoroutineSchedulingPolicy policy) in SetSchedulingPolicy()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp127 extern "C" void StdSystemSetCoroutineSchedulingPolicy(int32_t policy) in StdSystemSetCoroutineSchedulingPolicy()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp29 StackWalker StackWalker::Create(const ManagedThread *thread, UnwindPolicy policy) in Create()
42 StackWalker::StackWalker(void *fp, bool isFrameCompiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
Dexceptions.cpp437 void HandlePendingException(UnwindPolicy policy) in HandlePendingException()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp49 void FreePoolWithPolicy(MmapMemPool *memPool, OSPagesPolicy policy, Pool &pool) in FreePoolWithPolicy()