summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Queue_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant voidJohnny Willemsen2020-12-171-6/+6
|
* Removed FOCUS which uses specialization files to patch the TAO source code. ↵Johnny Willemsen2020-10-151-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hasn't been maintained for a long time and was purely research * ACE/bin/FOCUS/FOCUS.pl: * ACE/bin/FOCUS/NEWS: * ACE/bin/FOCUS/PROBLEM-REPORT-FORM: * ACE/bin/FOCUS/Parser/FOCUSParser.pm: * ACE/bin/FOCUS/README: * ACE/bin/FOCUS/VERSION: * ACE/bin/FOCUS/docs/FOCUS.html: * ACE/bin/FOCUS/specializations/Context-Specific-Optimizations/Dispatch-Resolution-Optimization.spl: * ACE/bin/FOCUS/specializations/Flushing_Strategy/Leader_Follower_Flushing_Strategy.spl: * ACE/bin/FOCUS/specializations/Protocol_Family/IIOP/iiop.spl: * ACE/bin/FOCUS/specializations/README: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_MT.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/Select_Reactor_ST.spl: * ACE/bin/FOCUS/specializations/Reactor_Family/TP_Reactor.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Leader_Follower.spl: * ACE/bin/FOCUS/specializations/Wait_Strategy/Wait_On_Read.spl: Deleted. * ACE/ace/Asynch_Pseudo_Task.h: * ACE/ace/Reactor.cpp: * ACE/ace/Reactor.h: * ACE/ace/Reactor.inl: * ACE/ace/Select_Reactor.h: * ACE/ace/Select_Reactor_Base.h: * ACE/ace/Select_Reactor_T.cpp: * ACE/ace/Select_Reactor_T.h: * ACE/ace/Timer_Queue_T.cpp: * TAO/tao/Connection_Handler.cpp: * TAO/tao/Connection_Handler.h: * TAO/tao/Connection_Handler.inl: * TAO/tao/Endpoint.cpp: * TAO/tao/Endpoint.h: * TAO/tao/GIOP_Message_Base.cpp: * TAO/tao/IIOP_Acceptor.cpp: * TAO/tao/IIOP_Acceptor.h: * TAO/tao/IIOP_Connection_Handler.cpp: * TAO/tao/IIOP_Connector.cpp: * TAO/tao/IIOP_Connector.h: * TAO/tao/IIOP_Endpoint.cpp: * TAO/tao/IIOP_Endpoint.h: * TAO/tao/IIOP_Profile.cpp: * TAO/tao/IIOP_Profile.h: * TAO/tao/IIOP_Transport.cpp: * TAO/tao/PortableServer/Servant_Base.cpp: * TAO/tao/Profile.cpp: * TAO/tao/Profile.h: * TAO/tao/Strategies/advanced_resource.cpp: * TAO/tao/Transport.cpp: * TAO/tao/Transport.h: * TAO/tao/Transport_Acceptor.cpp: * TAO/tao/Transport_Acceptor.h: * TAO/tao/Transport_Connector.cpp: * TAO/tao/Transport_Connector.h: * TAO/tao/Wait_On_Leader_Follower.cpp: * TAO/tao/Wait_On_Read.cpp: * TAO/tao/Wait_Strategy.cpp: * TAO/tao/default_client.cpp: * TAO/tao/default_resource.cpp: * TAO/tests/Bug_3531b_Regression/server.cpp:
* Removed scope of local variableJohnny Willemsen2017-11-101-3/+1
| | | | * ACE/ace/Timer_Queue_T.cpp:
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Fri Mar 7 11:56:10 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-03-071-0/+10
| | | | | | | | | | | | | | | | | | * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.inl: * ace/Timer_Queue_T.cpp: Moved the expire() method from the inline to the cpp, it is virtual so can't be inlined. Further, the expire() method had an optimization that it checked is_empty() before callig the real expire that grabs the lock. This is causing a potential data race because the timer hash overrides is_empty and uses a member variable to determine whether the queue is empty or not, this is now accessed without having the timer queue locked. Therefor the optimization was removed, we directly call into the real expire that first grabs its lock
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-3/+3
|
* ChangeLogTag:Mon Apr 9 21:57:39 UTC 2012 Steve Huston <shuston@riverace.com>Steve Huston2012-04-091-0/+2
|
* Thu Dec 15 13:12:39 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-151-3/+3
| | | | | | | | | | | | | | | | | | | | | * ace/Event_Handler_Handle_Timeout_Upcall.inl: * ace/Event_Handler_Handle_Timeout_Upcall.cpp: * ace/Proactor.cpp: * ace/Timer_Hash.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap.h: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List.h: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Queue_T.h: * ace/Timer_Queue_T.cpp: * ace/Timer_Wheel.h: * ace/Timer_Wheel_T.h: Fuzz. Removed tab character
* Thu Dec 15 11:00:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-151-210/+113
| | | | | | Merged timer_policy branch.
* ChangeLogTag:Wed Oct 20 16:07:09 UTC 2010 Steve Huston <shuston@riverace.com>Steve Huston2010-10-201-0/+4
|
* ChangeLogTag: Thu Feb 25 22:07:25 UTC 2010 Chris Cleeland ↵cleeland2010-02-251-4/+61
| | | | <cleeland@ociweb.com>\nBug 3104
* ChangeLogTag:Wedschmidt2009-02-111-1/+1
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+481
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-481/+0
|
* Thu Nov 1 11:59:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-11-011-2/+1
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-4/+4
|
* Thu May 3 08:37:37 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-05-031-1/+1
|
* Tue Nov 14 11:22:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-11-141-2/+7
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+477