Skip to main content
. Author manuscript; available in PMC: 2018 Jul 1.
Published in final edited form as: ACM Trans Model Comput Simul. 2017 Jul;27(2):7. doi: 10.1145/2987373

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