summaryrefslogtreecommitdiff
path: root/ACE/ace/Timer_Heap_T.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-091-10/+0
|
* Remove redundant voidJohnny Willemsen2020-12-171-17/+17
|
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-7/+57
|
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* Fri Mar 7 12:02:17 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-03-071-0/+1
| | | | | | | | | | | | | | | * ace/Reactor_Token_T.cpp: Use copy constructor instead of assignment operator * ace/Timer_Hash_T.h: * ace/Timer_List_T.h: * ace/WFMO_Reactor.h: Doxygen improvements * ace/WFMO_Reactor.cpp: * ace/Timer_Heap_T.cpp: Layout changes
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-12/+12
|
* Thu Mar 22 13:03:46 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-03-221-3/+6
| | | | | | | | | | | * ace/ARGV.cpp: * ace/Acceptor.cpp: * ace/Asynch_Acceptor.cpp: * ace/Cached_Connect_Strategy_T.cpp: * ace/Lib_Find.cpp: * ace/Strategies_T.cpp: * ace/Timer_Heap_T.cpp: Fixed coverity errors
* Mon Dec 19 13:28:16 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-12-191-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Abstract_Timer_Queue.h: * ace/Timer_Hash_T.h: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap_T.h: * ace/Timer_Heap_T.cpp: * ace/Timer_List_T.h: * ace/Timer_List_T.cpp: * ace/Timer_Queue_Adapters.inl: * ace/Timer_Queue_Adapters.cpp: * ace/Timer_Wheel_T.h: * ace/Timer_Wheel_T.cpp: Added close() method. * ace/Dev_Poll_Reactor.cpp: * ace/Proactor.cpp: * ace/Select_Reactor_T.cpp: * ace/WFMO_Reactor.cpp: Implemented support for timer queue close (). The rationale for these changes is that when using reactors with user defined timer queues the reactor does not delete the timer queue when being deleted itself. Without any other cleanup this created the possibility (as encountered in TAO/tests/Bug_3837_Regression after introduction of the TIME_POLICY changes) of outstanding timer handlers in the queue being triggered and attempting to access the reactor after the reactor has been destroyed. Calling close () for timer queues the reactor does not delete solves this potential problem.
* Thu Dec 15 13:12:39 UTC 2011 Marcel Smit <msmit@remedy.nl>msmit2011-12-151-4/+4
| | | | | | | | | | | | | | | | | | | | | * 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-68/+74
| | | | | | Merged timer_policy branch.
* Tue Sep 28 11:34:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-09-281-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Asynch_Connector.cpp: * ace/Barrier.h: * ace/Barrier.cpp: * ace/Condition_Thread_Mutex.h: * ace/Condition_Thread_Mutex.inl: * ace/Containers_T.cpp: * ace/Functor.h: * ace/Functor.inl: * ace/IO_Cntl_Msg.cpp: * ace/Intrusive_List.cpp: * ace/Local_Tokens.inl: * ace/MEM_IO.cpp: * ace/MEM_Stream.h: * ace/MEM_Stream.inl: * ace/Malloc_T.inl: * ace/OS_NS_Thread.inl: * ace/OS_NS_string.inl: * ace/Object_Manager_Base.cpp: * ace/POSIX_Proactor.cpp: * ace/Ping_Socket.cpp: * ace/Signal.inl: * ace/Throughput_Stats.h: * ace/Throughput_Stats.cpp: * ace/Time_Value.cpp: * ace/Timer_Hash_T.cpp: * ace/Timer_Heap_T.cpp: * ace/Vector_T.h: * ace/Vector_T.cpp: * ace/config-linux-common.h: Removed code that was ifdefed out for years now
* Tue Mar 24 15:16:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-03-241-1/+1
| | | | | | * ace/Timer_Heap_T.cpp: * ace/Timer_Queue_Adapters.cpp: Const changes
* Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-02-231-2/+2
|
* undoing accidental deletionWilliam R. Otte2008-03-041-0/+889
|
* swap in externals for ACE and TAOWilliam R. Otte2008-03-041-889/+0
|
* ChangeLogTag: Fri Feb 01 13:25:00 UTC 2008 Simon Massey <sma@prismtech.com>sma2008-02-011-2/+2
|
* ChangeLogTag:Thu Sep 20 23:58:15 Pacific Daylight Time 2007 ↵Ossama Othman2007-09-201-96/+111
| | | | <ossama_othman at symantec dot com>
* Thu Sep 20 06:59:15 CDT 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-09-201-2/+2
|
* Tue Jul 31 18:14:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-07-311-9/+9
|
* Thu Mar 22 19:38:02 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2007-03-221-15/+1
|
* ChangeLogTag: Tue Feb 20 15:06:04 UTC 2007 Chad Elliott <elliott_c@ociweb.com>elliott_c2007-02-201-1/+1
|
* Thu Nov 9 10:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2006-11-091-2/+2
|
* Repo restructuringWilliam R. Otte2006-07-241-0/+888