Searched defs:prio (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 51 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/ |
| D | thread.cpp | 37 int SetPriority(DWORD thread_id, int prio) in SetPriority()
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 59 int SetPriority(int thread_id, int prio) in SetPriority()
|
| /arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
| D | thread.cpp | 73 int SetPriority(DWORD threadId, int prio) in SetPriority()
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | thread.cpp | 104 int SetPriority(int threadId, int prio) in SetPriority()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 748 void ManagedThread::SetThreadPriority(int32_t prio) in SetThreadPriority()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | deps.h | 334 void SetDelay(uint32 prio) in SetDelay()
|