summaryrefslogtreecommitdiff
path: root/ace/TP_Reactor.i
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-1/+1
|
* Fixed a problem where cancel_wakeup would fail. Since an eventjxh1999-09-151-0/+8
| | | | | | | | handler is suspended for the duration of the up-call, the wait_mask_ was being over-written by the suspend_mask_ when the event handler is resumed. This fixes the problem by extending TP_Reactor with its own implementations of mask_ops which operate on both wait_mask_ and suspend_mask_.
* ChangeLogTag:Tue Aug 17 20:02:55 1999 Douglas C. Schmidt ↵schmidt1999-08-181-1/+4
| | | | <schmidt@tango.cs.wustl.edu>
* Allow signaling the token and wake up all thread. Added checking of token ↵nanbor1998-08-041-0/+9
| | | | state in handle_events
* *** empty log message ***schmidt1998-07-301-1/+2
|
* Added virtual methods handle_events and notify_handlernanbor1998-07-291-0/+15
|
* Integrated TP_Reactornanbor1998-07-291-0/+3