Go to the source code of this file.
Functions | |
int | CqsFindRemoveSpecificPrioq (_prioq q, void *&msgPtr, const int *entryMethod, const int numEntryMethods) |
Find and remove the first 1 occurences of messages that matches a specified entry method index. | |
int | CqsFindRemoveSpecificDeq (_deq q, void *&msgPtr, const int *entryMethod, const int numEntryMethods) |
Find and remove the first 1 occurences of messages that matches a specified entry method index. | |
void | CqsIncreasePriorityForEntryMethod (Queue q, const int entrymethod) |
Search Queue for messages associated with a specified entry method. | |
void | CqsIncreasePriorityForMemCriticalEntries (Queue q) |
Search Queue for messages associated with memory-critical entry methods. | |
static bool | checkAndRemoveMatching (void *&msgPtr, const int *entryMethod, const int numEntryMethods, envelope *env, void **&p) |
Definition in file modifyScheduler.C.