summaryrefslogtreecommitdiff
path: root/ace/Object_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagmain_to_poa_merge_8nobody1998-01-101-857/+0
* *** empty log message ***schmidt1998-01-011-1/+1
* *** empty log message ***schmidt1997-12-051-5/+6
* oops, fixed typolevine1997-12-021-1/+1
* (~ACE_Object_Manager_Destroyer): don't delete the ACE_Object_Manager if not d...levine1997-12-021-4/+14
* restored comments about initialization of ACE_Object_Managerlevine1997-11-171-3/+4
* *** empty log message ***schmidt1997-11-171-3/+3
* * ace/Signal.i: Changed to use new Object Manager member.Chris Cleeland1997-11-131-0/+8
* *** empty log message ***irfan1997-11-131-2/+0
* *** empty log message ***schmidt1997-11-071-0/+4
* *** empty log message ***schmidt1997-11-071-77/+74
* *** empty log message ***schmidt1997-11-071-16/+91
* moved ACE_Naming_Service and ACE_Service_Manager static service objects to AC...levine1997-11-031-3/+70
* moved static ACE_Service_Config::signal_handler_ to Object_Managerlevine1997-11-011-0/+12
* (tss_open,tss_close): removed tss_open () dynamic allocation option, and tss_...levine1997-10-301-5/+0
* (cleanup_tss): added an argument to indicate whether the main thread is calli...levine1997-10-291-1/+1
* minor cleanuplevine1997-10-251-2/+2
* (get_singleton_lock): dynamically allocate ACE_Thread_Mutex and ACE_RW_Thread...levine1997-10-241-79/+188
* allow singletons during static construction/destructionlevine1997-10-231-107/+240
* Added support for ACE_RW_Thread_Mutex ACE_Singleton lock type. Also, removed...levine1997-10-231-9/+32
* don't use preallocated lock when shutting_down (), as well as when starting_u...levine1997-10-231-4/+7
* moved ace_singleton_lock_ to Object_Managerlevine1997-10-221-30/+112
* *** empty log message ***schmidt1997-10-181-14/+8
* moved ace_thread_exit_lock_ to Object_Managerlevine1997-10-181-0/+2
* move ace_svc_handler_lock_ to Object_Managerlevine1997-10-171-0/+2
* moved ace_os_monitor_lock and ACE_Token_Invariants_Creation_Lock to Object_Ma...levine1997-10-171-0/+6
* changed ACE_TSS_CLEANUP_LOCK from an ACE_Thread_Mutex to an ACE_Recursive_Thr...levine1997-10-151-2/+3
* use the static ACE_Static_Object_Lock even without ACE_HAS_NON_STATIC_OBJECT_...levine1997-10-141-3/+3
* use a static ACE_Static_Object_Lock with ACE_HAS_NONSTATIC_OBJECT_MANAGER, be...levine1997-10-141-0/+7
* moved ACE_Static_Object_Lock from Synch.h to Object_Manager.hlevine1997-10-141-6/+17
* removed Filecache arrayslevine1997-10-011-14/+1
* added socket_init to Object_Manager ctor and socket_fini to Object_Manager dt...levine1997-09-251-1/+10
* removed ACE_Managed_Object get_object () interfacelevine1997-09-241-5/+5
* Use ACE_Cleanup_Adapter<TYPE[COUNT]> for preallocated arrays.levine1997-09-231-9/+14
* added #include of ace/Malloc.h, and ACE_TOKEN_MANAGER_CREATION_LOCKlevine1997-09-231-0/+6
* renamed ACE_Managed_Cleanup to ACE_Cleanup_Adapter, moved ACE_Object_Manager_...levine1997-09-221-18/+71
* revised ACE_Object_Manager interface for preallocated objectslevine1997-09-201-20/+84
* *** empty log message ***schmidt1997-09-131-1/+1
* added ACE_LOG_MSG_INSTANCE_LOCK, and ACE_PREALLOCATE_OBJECT macrolevine1997-09-111-12/+15
* Moved ACE_Managed_Cleanup to Managed_Object.*.nw11997-09-101-18/+0
* Separated template codes from Object_Manager.* to Managed_Object.*.nw11997-09-101-74/+0
* added ACE_TSS_CLEANUP_LOCK and removed lock from dtorlevine1997-09-101-24/+34
* preallocate locks for CORBA_Handler and Dump in ACE_Object_Managerlevine1997-09-091-4/+43
* added guard of internal structures. (dtor): call at_exit hooks before callin...levine1997-09-091-12/+110
* added at_exit () interface for ACE_Cleanup objectslevine1997-09-071-1/+9
* allocate main thread's TSS_Emulation storage in the ACE_Object_Manager instance.levine1997-09-031-8/+9
* *** empty log message ***schmidt1997-09-031-6/+6
* *** empty log message ***schmidt1997-09-031-11/+11
* (dtor): removed printout at endlevine1997-08-301-2/+0
* allocate/deallocate TSS for each thread, on VxWorkslevine1997-08-291-0/+10