Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dscheduler.cpp51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep()
109 uint32_t prio = 0; in ProcessInst() local
168 void Scheduler::ProcessMemory(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessMemory()
194 void Scheduler::ProcessSpecialBoundsCheckI(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessSpecialBoundsCheckI()
211 void Scheduler::ProcessSpecial(Inst *inst, uint32_t *prio, Inst *lastBarrier) in ProcessSpecial()
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp37 int SetPriority(DWORD thread_id, int prio) in SetPriority()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp59 int SetPriority(int thread_id, int prio) in SetPriority()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp73 int SetPriority(DWORD threadId, int prio) in SetPriority()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp104 int SetPriority(int threadId, int prio) in SetPriority()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp748 void ManagedThread::SetThreadPriority(int32_t prio) in SetThreadPriority()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddeps.h334 void SetDelay(uint32 prio) in SetDelay()