summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't delete ACE_Thread_Exit from ACE_Thread_Manager::exit. It will benanbor1998-04-161-0/+5
* Removed ACE_NO_THREAD_ADAPTERnanbor1998-04-121-5/+0
* *** empty log message ***nanbor1998-03-111-8/+12
* Added simulation codes for handling detached threads for Win32.nanbor1998-03-041-1/+11
* Added Win32 thread exit functionality.nanbor1998-03-021-1/+15
* (kill_thr): On VxWorks, use strncmp instead of strcmp to check for allocated ...levine1998-01-241-7/+8
* On VxWorks only, changed flag to indicate that tid was allocatedlevine1998-01-221-3/+3
* added support for passing a user-suppliedlevine1998-01-221-1/+36
* Small fix.brunsch1998-01-191-1/+1
* *** empty log message ***schmidt1998-01-181-3/+5
* (wait): added ACE_UNUSED_ARG (abandon_detached_threads) for non-threaded caselevine1997-12-291-27/+28
* Added more changes to wait and exit for Chorus.nw11997-12-151-8/+16
* Disable thr_joing when compiling in Chorus.nw11997-12-141-9/+11
* 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