summaryrefslogtreecommitdiff
path: root/tests/Priority_Task_Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Mon Feb 21 14:35:39 2000 Christopher Kohlhoff <chris@kohlhoff.com>schmidt2000-02-211-5/+0
|
* ChangeLogTag:Sun Jul 4 17:06:17 1999 Douglas C. Schmidt ↵schmidt1999-07-041-1/+1
| | | | <schmidt@tango.cs.wustl.edu>
* UNICODE fixesnanbor1999-07-011-2/+2
|
* .schmidt1999-06-071-31/+53
|
* changed Log_Priority of "not supported" messages to LM_INFOlevine1998-11-101-2/+3
|
* reverted HPUX 11 changelevine1998-08-141-7/+1
|
* bail out on HPUX 11 if not running as rootlevine1998-08-131-1/+7
|
* *** empty log message ***schmidt1998-08-071-5/+14
|
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-1/+3
|
* Added initial support for Borland C++ Buildergonzo1998-06-081-0/+5
|
* Made CE friendlynanbor1998-05-131-15/+15
|
* *** empty log message ***schmidt1998-02-261-26/+19
|
* re-enable LM_DEBUG messages at the end, so the "Ending" messageslevine1998-02-171-0/+5
| | | | gets printed
* (spawn): suppress warning message about retrying task activation unless -d ↵levine1998-02-171-6/+28
| | | | option is specified
* (open): fallback to minimum ACE_SCHED_OTHER priority instead of 0levine1998-02-161-10/+21
|
* (main): changed some local variables from int to size_t to avoid ↵levine1998-01-151-1/+1
| | | | signed/unsigned comparison
* *** empty log message ***schmidt1997-10-311-9/+7
|
* oops, missing () in call to succeeded ()levine1997-10-281-1/+1
|
* (svc): replaced ACE_ASSERT with setting of error flag, allowing test to continuelevine1997-10-281-14/+38
|
* ChangeLogTag:Mon Oct 13 14:10:30 1997 Carlos O'Ryan ↵coryan1997-10-131-6/+11
| | | | <coryan@macarena.cs.wustl.edu>
* ChangeLogTag:Sun Oct 12 00:26:56 1997 Carlos O'Ryan ↵coryan1997-10-121-0/+12
| | | | <coryan@macarena.cs.wustl.edu>
* *** empty log message ***irfan1997-09-141-0/+2
|
* *** empty log message ***irfan1997-09-141-7/+1
|
* *** empty log message ***schmidt1997-09-131-1/+1
|
* *** empty log message ***schmidt1997-08-301-8/+6
|
* use THR_SCHED_FIFO unconditionally now that it's defined on all platformslevine1997-08-211-5/+2
|
* *** empty log message ***irfan1997-07-251-2/+2
|
* removed close () because it didn't really close the Task, and added printout ↵levine1997-05-241-10/+3
| | | | to main () after all tasks have been spawned to help debug non-termination
* generalized the priority 0 override for Linux by retrying the task ↵levine1997-05-101-22/+20
| | | | activation, on all platforms, if it fails with non-zero priority
* On Linux only, don't set FIFO policy or non-zero policy if not superuserlevine1997-05-091-4/+21
|
* only use THR_SCHED_FIFO if it is definedlevine1997-04-131-2/+11
|
* added THR_SCHED_FIFO flaglevine1997-03-281-1/+2
|
* adapted to new thread priority/Sched_Params classlevine1997-03-061-8/+19
|
* set this->priority_ because an assertion uses it, and use ↵levine1997-02-231-2/+3
| | | | ACE_NORMAL_PRIORITY_CLASS so that root doesn't have to run the test on Solaris
* *** empty log message ***Chris Cleeland1997-02-231-3/+7
|
* fooschmidt1997-01-191-1/+1
|
* added check for successful thread spawn, and ACE_NEW_THREAD so that messages ↵levine1997-01-171-1/+5
| | | | get logged
* fooschmidt1996-12-221-2/+6
|
* *** empty log message ***schmidt1996-12-151-2/+1
|
* fooschmidt1996-12-131-0/+102