summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
Commit message (Expand)AuthorAgeFilesLines
* Basic_Types.hschmidt1998-10-171-1/+1
* .schmidt1998-10-141-0/+4
* .schmidt1998-10-081-7/+8
* added THR_JOINABLE to THR_NEW_LWP in default flagslevine1998-10-031-3/+3
* Allow passing back the thread exit status of the thread being joinednanbor1998-09-211-1/+1
* Added ACE_Thread_Manager::join and other improvements/bug fixesnanbor1998-09-191-27/+35
* *** empty log message ***schmidt1998-08-211-1/+0
* *** empty log message ***schmidt1998-08-131-2/+6
* *** empty log message ***irfan1998-08-071-5/+5
* Apply patches for Arturo's Thread_Manager changesnanbor1998-07-271-8/+147
* Fixed senseless comments. ;-)nanbor1998-07-261-5/+7
* corrected some typos in comments.naga1998-07-251-6/+6
* Fixed typos.alex1998-07-231-2/+2
* Fixed Typos.alex1998-07-231-1/+1
* updated comments that describe ACE_thread_t * argument to spawn () family.levine1998-07-071-9/+13
* Updated comment.nanbor1998-07-061-1/+1
* (spawn*): on VxWorks only, added comment explaining use of ACE_thread_t * arg...levine1998-07-021-55/+65
* Changes on Thread_Manager for Borland compilersgonzo1998-06-221-10/+11
* Reverted MP safe Double-checking modification. It doesn't solve the real pro...nanbor1998-06-021-3/+0
* Modified double-checking patternnanbor1998-06-011-0/+3
* Added ACE_Thread_Descriptor_Basenanbor1998-05-161-11/+27
* Bug fix for erroneous gnuc templatenanbor1998-05-121-2/+2
* ChangeLogTag:Mon May 11 15:15:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-05-111-2/+2
* More Thread_Manager optimization.nanbor1998-05-111-7/+10
* Changed the lock used by thread_desc_freelist_ to a ACE_SYNCH_MUTEX.nanbor1998-05-101-6/+2
* Added ACE_INLINE to declarations of set_next, get_next in Thread_Descriptor.nanbor1998-05-081-3/+4
* Optimize for the most usual case where there is no contension when removing T...nanbor1998-05-081-0/+4
* *** empty log message ***nanbor1998-05-061-3/+61
* *** empty log message ***schmidt1998-04-221-5/+5
* *** empty log message ***schmidt1998-04-161-8/+9
* Added flags access meths method to Thread_Descriptor.nanbor1998-04-031-0/+3
* *** empty log message ***schmidt1998-01-181-1/+3
* *** empty log message ***schmidt1997-12-211-5/+5
* Added more descriptions on how to use ACE_Thread_Managernw11997-12-091-1/+15
* *** empty log message ***schmidt1997-12-051-20/+40
* Furthre refine wait mechanism. See ChangeLog entry of Dec. 2 1997.nw11997-12-021-0/+3
* declare ACE_THR_MEMBER_FUNC outside of ACE_Thread_Manager with __GNUG__ inste...levine1997-12-011-4/+5
* Changed wait on exit behavior (exp. Win32.) See ChangeLog-97c.nw11997-11-281-7/+12
* *** empty log message ***irfan1997-11-271-3/+3
* * ace/Thread_Manager.{h,cpp} (wait): Added codes to remove detachednw11997-11-221-2/+5
* Changed to allow ENOTSUP error in thr functions. Moved errno perserving codes.nw11997-11-211-5/+5
* Added a redundant parameter to internal thread functions.nw11997-11-201-4/+4
* *** empty log message ***schmidt1997-11-191-0/+8
* *** empty log message ***schmidt1997-11-081-1/+1
* *** empty log message ***schmidt1997-11-081-5/+5
* Changed the data type of terminated_thr_queue_ back to ACE_Unbounded_Queue<AC...nw11997-11-051-1/+1
* Corrected the way thread entries get removed when thread operations error.nw11997-11-051-7/+10
* See Oct. 29's changelog.nw11997-10-291-36/+39
* *** empty log message ***schmidt1997-10-241-0/+3
* *** empty log message ***schmidt1997-10-231-4/+10