summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed several superfluous parens.nanbor1998-11-061-9/+10
* Fixed an incorrect parenthesis pair in wait_task.nanbor1998-11-061-3/+2
* Removed outdated comments and move thread_desc_self into .i filenanbor1998-11-031-27/+0
* Applied Detlef's changes for SEH handling improvementnanbor1998-10-241-1/+7
* Changed ACE_THR_OP macro to not remove a thread if an operation fails withSteve Huston1998-10-151-3/+3
* (join): replaced __xlC__ test with _AIX. That way, g++ and xlC willlevine1998-10-131-4/+7
* Do not register a thread as being terminated if it is being joined by another...nanbor1998-10-021-46/+50
* Not to consider ACE_HAS_PTHREAD_SIGMASK when determining where to allocate AC...nanbor1998-09-271-4/+4
* Changed use of ACE_HAS_DCE_DRAFT4_THREADS to ACE_HAS_PTHREADS_DRAFT4.Steve Huston1998-09-241-14/+41
* Fixed VxWorks errors.nanbor1998-09-211-2/+1
* Fixed explicit template instantiationnanbor1998-09-211-0/+4
* Allow passing back the thread exit status of the thread being joinednanbor1998-09-211-2/+2
* VxWorks only: Shielded terminated_thr_list_ from compilation.nanbor1998-09-201-6/+25
* Added ACE_Thread_Manager::join and other improvements/bug fixesnanbor1998-09-191-41/+129
* *** empty log message ***nanbor1998-08-201-31/+0
* Fixed some bugs in TSS_Cleanup, see ChangeLog for detailsnanbor1998-08-191-1/+1
* *** empty log message ***irfan1998-08-071-33/+26
* moved ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex> from Thread_Manager.cpp ...levine1998-07-291-4/+0
* (exit): only declare local close_handle if ACE_USE_ONE_SHOT_AT_THREAD_EXIT. ...levine1998-07-281-6/+11
* Apply patches for Arturo's Thread_Manager changesnanbor1998-07-271-12/+216
* with ACE_HAS_DCE_DRAFT4_THREADS and ACE_LACKS_SETDETACH, added ::pthread_deta...levine1998-07-241-15/+45
* unify thread adapter use between ACE_OS and ACE_Thread_Managerlevine1998-07-241-0/+6
* *** empty log message ***schmidt1998-07-171-1/+1
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* On VxWorks only, use a single character instead of a string to mark an ACE_th...levine1998-07-071-4/+9
* (spawn_i): on VxWorks only, augmented commentslevine1998-07-021-1/+7
* Changes on Thread_Manager for Borland compilersgonzo1998-06-221-22/+8
* In macro ACE_EXECUTE_OP and method kill, we need to guard against non-existin...nanbor1998-06-181-0/+11
* wait_grp,wait_task: Don't copy Thread_Descriptor, copy Thread_Descriptor_Base...nanbor1998-06-021-4/+4
* Reverted MP safe Double-checking modification. It doesn't solve the real pro...nanbor1998-06-021-10/+2
* Modified double-checking patternnanbor1998-06-011-2/+10
* (remove_thr): added [] to delete of tid arraylevine1998-05-301-1/+1
* Added ACE_Thread_Descriptor_Basenanbor1998-05-161-6/+12
* More Thread_Manager optimization.nanbor1998-05-111-26/+25
* *** empty log message ***schmidt1998-05-081-2/+9
* Optimize for the most usual case where there is no contension when removing T...nanbor1998-05-081-6/+15
* *** empty log message ***nanbor1998-05-061-16/+42
* 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