Searched refs:ModifyKey (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp189 fCore->CPUHeap()->ModifyKey(this, priority);
498 gCoreHighLoadHeap.ModifyKey(this, -1);
502 gCoreLoadHeap.ModifyKey(this, -1);
522 fCPUHeap.ModifyKey(cpu, -1);
573 gCoreLoadHeap.ModifyKey(this, -1);
581 gCoreHighLoadHeap.ModifyKey(this, newKey);
584 gCoreHighLoadHeap.ModifyKey(this, -1);
592 gCoreLoadHeap.ModifyKey(this, newKey);
595 gCoreHighLoadHeap.ModifyKey(this, newKey);
597 gCoreLoadHeap.ModifyKey(thi
[all...]
H A DRunQueue.h360 fPriorityHeap.ModifyKey(&fPriorityEntries[priority], MaxPriority + 1);
/haiku/headers/private/kernel/util/
H A DHeap.h85 inline void ModifyKey(Element* element, Key newKey);
209 HEAP_CLASS_NAME::ModifyKey(Element* element, Key newKey) function in class:HEAP_CLASS_NAME
H A DMinMaxHeap.h81 inline void ModifyKey(Element* element, Key newKey);
231 MIN_MAX_HEAP_CLASS_NAME::ModifyKey(Element* element, Key newKey) function in class:MIN_MAX_HEAP_CLASS_NAME

Completed in 60 milliseconds