summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.h
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Added method acquire_release.nw11997-10-221-1/+8
* Added more comments.nw11997-10-211-5/+6
* *** empty log message ***schmidt1997-10-211-5/+9
* Added back open(int) and an extra argument to constructor of thread manager.nw11997-10-211-1/+5
* Changed to use double-linked list to hold the thread descriptor.nw11997-10-201-199/+123
* moved ace_thread_exit_lock_ to Object_Managerlevine1997-10-181-85/+79
* removed parens from (???) because g++ got upset about encountering a trigraphlevine1997-10-151-1/+1
* Work in progress.nw11997-10-151-1/+82
* moved ACE_Thread_Manager::THR_FUNC typedef outside the class declaration to a...levine1997-10-141-1/+6
* *** empty log message ***schmidt1997-10-131-5/+0
* *** empty log message ***schmidt1997-10-101-0/+4
* Mask out handle join routine when VXWORKS.nw11997-10-071-0/+3
* Added terminated_thr_queue to collect terminated thread descriptors.nw11997-10-071-0/+3
* *** empty log message ***schmidt1997-10-071-9/+18
* *** empty log message ***schmidt1997-10-031-2/+12
* *** empty log message ***schmidt1997-09-031-2/+33
* *** empty log message ***schmidt1997-09-021-0/+52
* *** empty log message ***schmidt1997-08-291-1/+16
* *** empty log message ***nw11997-08-281-1/+2
* *** empty log message ***schmidt1997-08-131-10/+11
* *** empty log message ***irfan1997-07-261-0/+16
* *** empty log message ***schmidt1997-07-041-1/+1
* *** empty log message ***schmidt1997-05-241-1/+1
* use ACE_DEFAULT_THREAD_PRIORITY instead of -1, because -1 is a valid priority...levine1997-05-131-4/+4
* *** empty log message ***irfan1997-05-121-3/+3
* *** empty log message ***irfan1997-05-091-0/+3
* *** empty log message ***schmidt1997-05-091-1/+1
* *** empty log message ***schmidt1997-05-091-12/+9
* *** empty log message ***schmidt1997-04-141-0/+3
* *** empty log message ***schmidt1997-04-141-1/+1
* changed remaining priority types to long and defaults to -1levine1997-03-281-4/+4
* changed type of spawn_i () priority argument from u_int to longlevine1997-03-281-1/+1
* Integrated changes from Thilo.Chris Cleeland1997-03-281-3/+3
* *** empty log message ***irfan1997-01-281-3/+9
* fooschmidt1997-01-221-2/+3
* changed NULL to 0 for other than WIN32levine1997-01-201-1/+1
* made destructor virtual now that spawn_i () is virtuallevine1997-01-161-1/+1
* checked a few files in for Douglevine1997-01-151-12/+13
* fooschmidt1997-01-081-5/+5