summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Furthre refine wait mechanism. See ChangeLog entry of Dec. 2 1997.nw11997-12-021-32/+49
* (close_singleton): Only reset global thr_mgr_ is we own it.nw11997-11-301-4/+3
* Should use the global Thread_Manager in close_singleton().nw11997-11-291-1/+1
* Changed wait on exit behavior (exp. Win32.) See ChangeLog-97c.nw11997-11-281-15/+35
* (close): Activated automatic wait on close functionality.nw11997-11-221-13/+10
* (close): Deactivated automatic wait on close.nw11997-11-221-1/+1
* * ace/Thread_Manager.{h,cpp} (wait): Added codes to remove detachednw11997-11-221-4/+23
* Changed to allow ENOTSUP error in thr functions. Moved errno perserving codes.nw11997-11-211-9/+21
* Added a redundant parameter to internal thread functions.nw11997-11-201-4/+4
* *** empty log message ***schmidt1997-11-191-1/+1
* *** empty log message ***schmidt1997-11-191-5/+16
* Removed ACE_HAS_FSU_PTHREADS.nw11997-11-131-4/+4
* Moved ACE_TSS_Singleton instantiation out of ACE_MT_SAFE protection,levine1997-11-131-18/+20
* updated comments about ACE_TSS<Dynamic> instaniationlevine1997-11-131-3/+3
* added ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex> instantiationlevine1997-11-131-6/+9
* (wait): removed unused local, threads_waited_onlevine1997-11-091-2/+0
* Fixed a syntax error.nw11997-11-091-5/+1
* *** empty log message ***schmidt1997-11-091-24/+13
* *** empty log message ***schmidt1997-11-071-1/+1
* Changed the data type of terminated_thr_queue_ back to ACE_Unbounded_Queue<AC...nw11997-11-051-5/+15
* Corrected the way thread entries get removed when thread operations error.nw11997-11-051-50/+96
* (wait_task): no-op if thr_list_ size is 0levine1997-11-011-27/+29
* See Oct. 29's changelog.nw11997-10-291-29/+54
* (ace_thread_manager_adapter): with TSS_EMULATION, moved call of tss_close () ...levine1997-10-291-5/+0
* (exit): don't use the cache to when finding the thread ID. The cache is in t...levine1997-10-281-17/+22
* *** empty log message ***schmidt1997-10-241-1/+5
* wait_grp should wait on threads with same grp_id, not task.nw11997-10-241-1/+1
* *** empty log message ***schmidt1997-10-241-1/+1
* *** empty log message ***schmidt1997-10-241-14/+14
* Hacked 'til it compiled. (Chased down syntax errors.)jxh1997-10-241-6/+6
* *** empty log message ***schmidt1997-10-241-7/+7
* *** empty log message ***schmidt1997-10-241-1/+1
* *** empty log message ***schmidt1997-10-241-1/+1
* We should also check for thread creation flags when collectionnw11997-10-241-7/+10
* *** empty log message ***schmidt1997-10-231-14/+14
* Recover David's changes.nw11997-10-221-11/+5
* Added acquire_release method.nw11997-10-221-17/+48
* (wait): removed thr_yield () hack because it's not needed with Nanbor's Threa...levine1997-10-221-172/+162
* *** empty log message ***schmidt1997-10-211-1/+1
* *** empty log message ***schmidt1997-10-211-1/+1
* Modified some mis-informed comments.nw11997-10-211-0/+6
* *** empty log message ***schmidt1997-10-211-98/+105
* Added back open(int) and an extra argument to constructor of thread manager.nw11997-10-211-1/+10
* Changed to use double-linked list to hold the thread descriptor.nw11997-10-201-392/+358
* moved ace_thread_exit_lock_ to Object_Managerlevine1997-10-181-168/+166
* Work in progress.nw11997-10-151-0/+12
* *** empty log message ***schmidt1997-10-141-2/+1
* (wait): moved all of the "join" block inside the #ifndef VXWORKS so that it c...levine1997-10-131-8/+6
* (ACE_Thread_Descriptor ctor): reordered initializers to match declaration ord...levine1997-10-131-3/+5
* *** empty log message ***schmidt1997-10-101-6/+10