Ignore:
Timestamp:
Mar 12, 2014, 6:09:20 PM (10 years ago)
Author:
hock@…
Message:

New System Queue:

The new System Queue already passes most tests that do not contain delayed calls.

[ But it's (abviously) not ready for productive use, yet. ]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/system/SystemEvent.h

    r6919 r12761  
    6464        // private class that accesses these variables. Therefore they are public for now.
    6565        ptime scheduledTime; //< time the event was originally given to the queue
     66        ptime deadline; //< time when the event should be executed  TODO Mario
    6667        uint32_t delayTime; //< time the event is scheduled at, or 0 if it is to be fired immediately
    6768        uint32_t remainingDelay; //< remaining delay time for sleeping
Note: See TracChangeset for help on using the changeset viewer.