Searched refs:PeekMaximum (Results 1 – 4 of 4) sorted by relevance
159 return fRunQueue.PeekMaximum(); in PeekThread()167 return fRunQueue.PeekMaximum(); in PeekThread()228 ThreadData* pinnedThread = fRunQueue.PeekMaximum(); in ChooseNextThread()513 while (fRunQueue.PeekMaximum() != NULL) { in RemoveCPU()514 ThreadData* threadData = fRunQueue.PeekMaximum(); in RemoveCPU()
56 CoreEntry* core = gCoreLoadHeap.PeekMaximum(); in choose_small_task_core()162 other = gCoreLoadHeap.PeekMaximum(index++); in rebalance()
88 inline Element* PeekMaximum() const;255 RUN_QUEUE_CLASS_NAME::PeekMaximum() const in PeekMaximum() function
77 inline Element* PeekMaximum(int32 index = 0) const;207 MIN_MAX_HEAP_CLASS_NAME::PeekMaximum(int32 index) const in PeekMaximum() function278 Element* element = PeekMaximum(); in RemoveMaximum()