| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed several superfluous parens. | nanbor | 1998-11-06 | 1 | -9/+10 |
* | Fixed an incorrect parenthesis pair in wait_task. | nanbor | 1998-11-06 | 1 | -3/+2 |
* | Removed outdated comments and move thread_desc_self into .i file | nanbor | 1998-11-03 | 1 | -27/+0 |
* | Applied Detlef's changes for SEH handling improvement | nanbor | 1998-10-24 | 1 | -1/+7 |
* | Changed ACE_THR_OP macro to not remove a thread if an operation fails with | Steve Huston | 1998-10-15 | 1 | -3/+3 |
* | (join): replaced __xlC__ test with _AIX. That way, g++ and xlC will | levine | 1998-10-13 | 1 | -4/+7 |
* | Do not register a thread as being terminated if it is being joined by another... | nanbor | 1998-10-02 | 1 | -46/+50 |
* | Not to consider ACE_HAS_PTHREAD_SIGMASK when determining where to allocate AC... | nanbor | 1998-09-27 | 1 | -4/+4 |
* | Changed use of ACE_HAS_DCE_DRAFT4_THREADS to ACE_HAS_PTHREADS_DRAFT4. | Steve Huston | 1998-09-24 | 1 | -14/+41 |
* | Fixed VxWorks errors. | nanbor | 1998-09-21 | 1 | -2/+1 |
* | Fixed explicit template instantiation | nanbor | 1998-09-21 | 1 | -0/+4 |
* | Allow passing back the thread exit status of the thread being joined | nanbor | 1998-09-21 | 1 | -2/+2 |
* | VxWorks only: Shielded terminated_thr_list_ from compilation. | nanbor | 1998-09-20 | 1 | -6/+25 |
* | Added ACE_Thread_Manager::join and other improvements/bug fixes | nanbor | 1998-09-19 | 1 | -41/+129 |
* | *** empty log message *** | nanbor | 1998-08-20 | 1 | -31/+0 |
* | Fixed some bugs in TSS_Cleanup, see ChangeLog for details | nanbor | 1998-08-19 | 1 | -1/+1 |
* | *** empty log message *** | irfan | 1998-08-07 | 1 | -33/+26 |
* | moved ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex> from Thread_Manager.cpp ... | levine | 1998-07-29 | 1 | -4/+0 |
* | (exit): only declare local close_handle if ACE_USE_ONE_SHOT_AT_THREAD_EXIT. ... | levine | 1998-07-28 | 1 | -6/+11 |
* | Apply patches for Arturo's Thread_Manager changes | nanbor | 1998-07-27 | 1 | -12/+216 |
* | with ACE_HAS_DCE_DRAFT4_THREADS and ACE_LACKS_SETDETACH, added ::pthread_deta... | levine | 1998-07-24 | 1 | -15/+45 |
* | unify thread adapter use between ACE_OS and ACE_Thread_Manager | levine | 1998-07-24 | 1 | -0/+6 |
* | *** empty log message *** | schmidt | 1998-07-17 | 1 | -1/+1 |
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
* | On VxWorks only, use a single character instead of a string to mark an ACE_th... | levine | 1998-07-07 | 1 | -4/+9 |
* | (spawn_i): on VxWorks only, augmented comments | levine | 1998-07-02 | 1 | -1/+7 |
* | Changes on Thread_Manager for Borland compilers | gonzo | 1998-06-22 | 1 | -22/+8 |
* | In macro ACE_EXECUTE_OP and method kill, we need to guard against non-existin... | nanbor | 1998-06-18 | 1 | -0/+11 |
* | wait_grp,wait_task: Don't copy Thread_Descriptor, copy Thread_Descriptor_Base... | nanbor | 1998-06-02 | 1 | -4/+4 |
* | Reverted MP safe Double-checking modification. It doesn't solve the real pro... | nanbor | 1998-06-02 | 1 | -10/+2 |
* | Modified double-checking pattern | nanbor | 1998-06-01 | 1 | -2/+10 |
* | (remove_thr): added [] to delete of tid array | levine | 1998-05-30 | 1 | -1/+1 |
* | Added ACE_Thread_Descriptor_Base | nanbor | 1998-05-16 | 1 | -6/+12 |
* | More Thread_Manager optimization. | nanbor | 1998-05-11 | 1 | -26/+25 |
* | *** empty log message *** | schmidt | 1998-05-08 | 1 | -2/+9 |
* | Optimize for the most usual case where there is no contension when removing T... | nanbor | 1998-05-08 | 1 | -6/+15 |
* | *** empty log message *** | nanbor | 1998-05-06 | 1 | -16/+42 |
* | Don't delete ACE_Thread_Exit from ACE_Thread_Manager::exit. It will be | nanbor | 1998-04-16 | 1 | -0/+5 |
* | Removed ACE_NO_THREAD_ADAPTER | nanbor | 1998-04-12 | 1 | -5/+0 |
* | *** empty log message *** | nanbor | 1998-03-11 | 1 | -8/+12 |
* | Added simulation codes for handling detached threads for Win32. | nanbor | 1998-03-04 | 1 | -1/+11 |
* | Added Win32 thread exit functionality. | nanbor | 1998-03-02 | 1 | -1/+15 |
* | (kill_thr): On VxWorks, use strncmp instead of strcmp to check for allocated ... | levine | 1998-01-24 | 1 | -7/+8 |
* | On VxWorks only, changed flag to indicate that tid was allocated | levine | 1998-01-22 | 1 | -3/+3 |
* | added support for passing a user-supplied | levine | 1998-01-22 | 1 | -1/+36 |
* | Small fix. | brunsch | 1998-01-19 | 1 | -1/+1 |
* | *** empty log message *** | schmidt | 1998-01-18 | 1 | -3/+5 |
* | (wait): added ACE_UNUSED_ARG (abandon_detached_threads) for non-threaded case | levine | 1997-12-29 | 1 | -27/+28 |
* | Added more changes to wait and exit for Chorus. | nw1 | 1997-12-15 | 1 | -8/+16 |
* | Disable thr_joing when compiling in Chorus. | nw1 | 1997-12-14 | 1 | -9/+11 |