summaryrefslogtreecommitdiff
path: root/ace/Thread_Manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Furthre refine wait mechanism. See ChangeLog entry of Dec. 2 1997.nw11997-12-021-32/+49
* (close_singleton): Only reset global thr_mgr_ is we own it.nw11997-11-301-4/+3
* Should use the global Thread_Manager in close_singleton().nw11997-11-291-1/+1
* Changed wait on exit behavior (exp. Win32.) See ChangeLog-97c.nw11997-11-281-15/+35
* (close): Activated automatic wait on close functionality.nw11997-11-221-13/+10
* (close): Deactivated automatic wait on close.nw11997-11-221-1/+1
* * ace/Thread_Manager.{h,cpp} (wait): Added codes to remove detachednw11997-11-221-4/+23
* Changed to allow ENOTSUP error in thr functions. Moved errno perserving codes.nw11997-11-211-9/+21
* Added a redundant parameter to internal thread functions.nw11997-11-201-4/+4
* *** empty log message ***schmidt1997-11-191-1/+1
* *** empty log message ***schmidt1997-11-191-5/+16
* Removed ACE_HAS_FSU_PTHREADS.nw11997-11-131-4/+4
* Moved ACE_TSS_Singleton instantiation out of ACE_MT_SAFE protection,levine1997-11-131-18/+20
* updated comments about ACE_TSS<Dynamic> instaniationlevine1997-11-131-3/+3
* added ACE_TSS_Singleton<ACE_Dynamic, ACE_Null_Mutex> instantiationlevine1997-11-131-6/+9