summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
Commit message (Expand)AuthorAgeFilesLines
* moved flags members from ACE_Thread_Descriptor to a new ACE_OS_Thread_Descrip...levine1999-04-051-10/+1
* .schmidt1999-03-141-4/+29
* *** empty log message ***schmidt1999-03-111-0/+4
* (exit): added comment that exit () should not be called by main threadlevine1999-03-101-0/+1
* Added functions to collect group thr ids/handles and check if a thread is man...nanbor1999-03-091-4/+21
* moved ACE_Thread_Control and ACE_Thread_Exit class definitions from Thread_Ma...levine1999-02-241-109/+0
* Added ACE_Export to ACE_At_Thread_Exit[_Func].nanbor1999-02-031-2/+2
* Changed ACE_Thread_State implementationnanbor1999-01-291-8/+35
* Updated documentation for old <at_exit> method.nanbor1998-12-241-8/+15
* Removed outdated comments and move thread_desc_self into .i filenanbor1998-11-031-3/+1
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-10-201-4/+5
* 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