summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Fri May 26 12:04:39 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-05-261-0/+1
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
* ChangeLogTag:Tue Feb 29 23:36:29 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-011-0/+6
* ChangeLogTag:Tue Feb 8 16:17:21 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-02-081-0/+6
* ChangeLogTag:Mon Jan 31 00:09:11 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-02-011-1/+1
* ChangeLogTag:Sat Jan 8 09:44:51 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-01-081-1/+2
* merged in pSOS changes from Motorolacdgill1999-12-281-0/+11
* ChangeLogTag:Sat Aug 21 12:36:40 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-221-2/+2
* ChangeLogTag:Sat Jul 31 12:07:48 1999 Douglas C. Schmidt <schmidt@mambo.cs....schmidt1999-07-311-27/+27
* See Tue Jun 15 22:26:43 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-06-161-0/+2
* .schmidt1999-06-061-1/+1
* Added comments.nanbor1999-05-121-4/+10
* 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