ALGORITHM 7.
Steps for processing threads scheduling internal events
Insert event e to target LP by Multi-Level Queuing algorithm; |
% read lock on GVTFlag |
if GVTFlag > 0 then |
if e.type == RB-message then |
minSend=min(minSend, e.st); |
else |
minSend=min(minSend, e.rt); |
end |
end |