Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp145 void CoroutineManager::SetSchedulingPolicy(CoroutineSchedulingPolicy policy) in SetSchedulingPolicy()
Dstackful_coroutine_manager.cpp1088 StackfulCoroutineWorker *StackfulCoroutineManager::ChooseWorkerImpl(WorkerSelectionPolicy policy, s… in ChooseWorkerImpl()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp29 StackWalker StackWalker::Create(const ManagedThread *thread, UnwindPolicy policy) in Create()
43 StackWalker::StackWalker(void *fp, bool isFrameCompiled, uintptr_t npc, UnwindPolicy policy) in StackWalker()
Dexceptions.cpp449 void HandlePendingException(UnwindPolicy policy) in HandlePendingException()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp154 extern "C" void StdSystemSetCoroutineSchedulingPolicy(int32_t policy) in StdSystemSetCoroutineSchedulingPolicy()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmmap_mem_pool_test.cpp50 void FreePoolWithPolicy(MmapMemPool *memPool, OSPagesPolicy policy, Pool &pool) in FreePoolWithPolicy()
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp5246 JSVM_Status OH_JSVM_SetMicrotaskPolicy(JSVM_VM vm, JSVM_MicrotaskPolicy policy) in OH_JSVM_SetMicrotaskPolicy()