summaryrefslogtreecommitdiff
path: root/tests/Thread_Manager_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Mon May 29 18:10:50 UTC 2006 Steve Huston <shuston@riverace.com>Steve Huston2006-05-291-3/+3
* ChangeLogTag: Fri Jan 27 09:45:12 UTC 2006 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2006-01-271-10/+10
* ChangeLogTag: Mon Jan 3 09:48:12 UTC 2005 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2005-01-031-1/+1
* ChangeLogTag: Sun Jan 2 13:16:12 UTC 2005 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2005-01-021-6/+6
* ChangeLogTag: Thu Dec 16 15:21:12 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-12-161-1/+1
* ChangeLogTag: Fri Apr 23 15:02:21 UTC 2004 Johnny Willemsen <jwillemsen@rem...Johnny Willemsen2004-04-231-1/+1
* ChangeLogTag:Fri Dec 26 16:53:18 2003 Steve Huston <shuston@riverace.com>Steve Huston2003-12-261-0/+1
* ChangeLogTag:Sat Nov 1 05:40:21 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-11-011-0/+1
* ChangeLogTag:Mon Aug 4 03:26:30 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-08-041-0/+1
* ChangeLogTag:Sun May 18 19:18:45 UTC 2003 Don Hinton <dhinton@dresystems.com>dhinton2003-05-181-3/+3
* ChangeLogTag: Tue May 6 09:19:07 2003 Chad Elliott <elliott_c@ociweb.com>elliott_c2003-05-061-1/+1
* ChangeLogTag:Wed Mar 6 14:43:34 2002 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2002-03-061-1/+1
* ChangeLogTag:Fri Jan 4 08:31:49 2002 Douglas C. Schmidt <schmidt@tango.doc...schmidt2002-01-041-3/+3
* ChangeLogTag:Mon Jun 18 16:20:51 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-06-181-0/+105
* ChangeLogTag: Tue Jun 12 18:53:25 2001 Krishnakumar B <kitty@cs.wustl.edu>kitty2001-06-131-1/+1
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-21/+21
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
* ChangeLogTag:Mon Oct 11 17:36:15 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-10-111-2/+16
* ChangeLogTag:Sat Aug 21 12:36:40 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-08-221-1/+2
* Pure unicode fixes.nanbor1999-07-051-5/+5
* (main): removed THR_DETACHED. That seems to solve the libthread panic proble...levine1999-06-221-8/+6
* updated comment about not using kill_grp on sun. It's not due tolevine1999-06-161-12/+6
* .schmidt1999-06-151-19/+34
* .schmidt1999-06-111-8/+18
* (main): on Sun only, added 5 second sleep before the "main thread finished" p...levine1999-06-081-0/+6
* replaced Hash_Map_Manager with a simple array. This avoids dynamiclevine1999-05-181-92/+50
* removed Thread_Manager_Test.hlevine1999-05-181-2/+0
* only use the ACE_Hash<ACE_hthread_t> specialization on Digital Unixlevine1999-05-181-0/+2
* added a couple more explicit template instantiations. Thanks tolevine1999-05-181-17/+44
* Use a hash map to store each thread's indication of whether itlevine1999-05-171-31/+53
* (handler): cleaned up commentlevine1999-05-171-2/+2
* (handler,worker): moved ACE_DEBUG out of signal handler.levine1999-05-171-12/+17
* removed 60 from wait commentlevine1999-05-101-2/+2
* convert max_wait to mseclevine1999-05-101-1/+1
* (main): wait a maximum of 60 seconds, because the test sometimes hangslevine1999-05-101-2/+17
* CE changes: Sat Feb 13 22:06:17 1999 Nanbor Wangnanbor1999-02-141-2/+2
* changed Log_Priority of "not supported" messages to LM_INFOlevine1998-11-101-1/+2
* (main): changed debug messages for suspend_grp/resume_grp withlevine1998-10-211-2/+3
* Try suspend/resume/kill on pthreads, but don't allow any errors other thanSteve Huston1998-10-151-6/+15
* Without the extraneous debugging stuff this time.Steve Huston1998-08-111-3/+0
* Don't try to kill on pthreads, draft 4 systemsSteve Huston1998-08-111-4/+7
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-1/+3
* moved VxWorks thread name and stack size tests from Barrier_Test to Thread_Ma...levine1998-07-021-4/+58
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
* Made it CE friendlynanbor1998-05-121-13/+13
* (main): don't try to suspend/resume DCE threads, because they don'tlevine1998-04-141-10/+24
* Disabled the suspend/resume actions for Pthreads.Steve Huston1998-04-131-0/+3
* *** empty log message ***nanbor1998-04-121-0/+2
* Don't check for validity of kill_grp statement on Win32. thr_kill is not sup...nanbor1998-04-121-0/+2
* *** empty log message ***schmidt1998-04-091-22/+32