source: rtems/testsuites/tmtests/tm26/task1.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @dc8fd01   02/09/18 07:56:20 Sebastian Huber tests: Support %g print format specifier 5
(edit) @e58e29fd   11/24/17 06:58:55 Sebastian Huber Remove coverhd.h This header file contained timing overhead values … 5
(edit) @af43554   10/26/17 11:59:11 Sebastian Huber tests: Remove TEST_INIT The TEST_EXTERN is a used only by the … 5
(edit) @98c6d50   10/19/17 05:39:16 Chris Johns testsuite: Use printk for all test output where possible. - Remove … 5
(edit) @edbd43c6   11/04/16 12:19:11 Sebastian Huber score: Prevent assignment to _Thread_Executing 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @e41308ea   08/22/16 08:58:34 Sebastian Huber score: Introduce Thread_queue_Lock_context Introduce … 5
(edit) @0e1d11f3   05/27/16 11:26:53 Sebastian Huber score: Add _Thread_queue_Context_set_MP_callout() Add … 5
(edit) @631b3c8   05/23/16 09:40:18 Sebastian Huber score: Move thread queue MP callout to context Drop the … 5
(edit) @e266d13   05/20/16 13:10:27 Sebastian Huber Replace *_Get_interrupt_disable() with *_Get() Uniformly use *_Get() … 5
(edit) @62c528e6   05/20/16 12:59:30 Sebastian Huber rtems: _Semaphore_Get_interrupt_disable() Use _Objects_Get_local() … 5
(edit) @c2f301b5   05/18/16 06:08:38 Sebastian Huber score: Rename _ISR_Flash() into _ISR_Local_flash() This is a … 5
(edit) @24713163   05/18/16 06:06:54 Sebastian Huber score: Rename _ISR_Disable() and _ISR_Enable() Rename _ISR_Disable() … 5
(edit) @4b04cb61   05/18/16 06:03:05 Sebastian Huber score: Rename _ISR_Disable_without_giant() Rename … 5
(edit) @dab902d5   05/17/16 13:43:31 Sebastian Huber testsuites: Avoid Giant lock Replace _Thread_Disable_dispatch() with … 5
(edit) @5eac9676   05/17/16 12:54:48 Sebastian Huber testsuites: Replace _Thread_Get() Replace _Thread_Get() with … 5
(edit) @33829ce   05/13/16 12:07:23 Sebastian Huber score: Avoid Giant lock for _Thread_Start() Update #2555. 5
(edit) @f009ed0   04/27/16 14:36:04 Sebastian Huber rtems: Avoid Giant lock for semaphores Update #2555. 5
(edit) @cdf30f05   06/19/15 12:57:44 Sebastian Huber rtems: Add rtems_interrupt_local_disable|enable() Add … 4.115
(edit) @18d18e1   05/29/15 19:20:31 Sebastian Huber tmtests/tm26: Fix context switch to FP task It is wrong to restore … 4.115
(edit) @b17fb17a   05/29/15 15:51:38 Sebastian Huber Revert "tmtests/tm26: Avoid NULL pointer access" There is no NULL … 4.115
(edit) @5611839   05/29/15 12:18:32 Sebastian Huber tmtests/tm26: Avoid NULL pointer access 4.115
(edit) @edcf89b   03/27/15 20:08:21 Sebastian Huber rtems: Atomically suspend/resume tasks 4.115
(edit) @222dc775   02/26/15 09:32:08 Sebastian Huber score: Add and use _Thread_Do_dispatch() The _Thread_Dispatch() … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @e1598a6   04/04/14 08:56:36 Sebastian Huber score: Static scheduler configuration Do not allocate the scheduler … 4.115
(edit) @24934e36   04/03/14 13:03:35 Sebastian Huber score: Add scheduler control to scheduler ops Scheduler operations … 4.115
(edit) @494c2e3   04/01/14 09:48:59 Sebastian Huber score: Move priority bit map to scheduler instance Delete global … 4.115
(edit) @2ead50a   03/21/14 15:48:01 bjornlarsson tmtests: convert to test.h 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @825cb1f   03/04/14 12:02:18 Sebastian Huber score: Delete _Thread_Dispatch_set_disable_level() This function was … 4.115
(edit) @b323e1fb   03/04/14 12:00:00 Sebastian Huber tmtests/tm26: Fix deadlock for SMP configurations Some … 4.115
(edit) @9410d011   12/07/13 16:38:22 Joel Sherrill tmtests: Make output more uniform 4.115
(edit) @bf30999   08/23/13 14:15:50 Sebastian Huber smp: Add and use _Assert_Owner_of_giant() Add and use … 4.115
(edit) @d19cce29   08/05/13 12:54:11 Sebastian Huber score: Per-CPU thread dispatch disable level Use a per-CPU thread … 4.115
(edit) @e31a9c8   07/31/13 08:53:57 Sebastian Huber tmtests/tm26: Fixes for RTEMS_DEBUG 4.115
(edit) @2bbea657   07/17/13 11:52:00 Sebastian Huber rtems: Create semaphore implementation header Move implementation … 4.115
(edit) @9b4422a2   05/03/12 15:09:24 Joel Sherrill Remove All CVS Id Strings Possible Using a Script Script does what is … 4.115
(edit) @1c95d94   04/21/11 19:05:34 Jennifer.Averett 2011-04-21 Jennifer Averett <Jennifer.Averett@… PR … 4.115
(edit) @a1a5f92   03/16/11 17:11:32 Joel Sherrill 2011-03-16 Jennifer Averett <jennifer.averett@…> PR … 4.115
(edit) @67cf697   03/16/11 09:14:37 Sebastian Huber 2011-03-16 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @a4bc4d6e   02/22/11 10:00:39 Ralf Corsepius Add HAVE_CONFIG_H. 4.115
(edit) @df0f27f   02/18/11 15:12:55 Joel Sherrill 2011-02-18 Joel Sherrill <joel.sherrill@…> * tm26/task1.c, … 4.115
(edit) @b758b90   11/25/10 13:26:45 Sebastian Huber 2010-11-25 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @692775f   11/24/10 16:06:37 Joel Sherrill 2010-11-24 Gedare Bloom <giddyup44@…> PR 1647/cpukit * … 4.115
(edit) @0e34d43   10/25/10 07:27:51 Sebastian Huber 2010-10-25 Sebastian Huber <sebastian.huber@…> * … 4.115
(edit) @9d47cd1   07/30/10 18:52:32 Joel Sherrill 2010-07-30 Gedare Bloom <giddyup44@…> PR 1599/cpukit * … 4.115
(edit) @937132e   11/01/09 04:10:20 Ralf Corsepius Use true/false instead of TRUE/FALSE for "bool"s. 4.104.115
(edit) @1055ce20   05/09/09 21:24:06 Joel Sherrill Fix most warnings. 4.104.115
(edit) @4389287a   12/14/08 18:38:45 Joel Sherrill 2008-12-14 Joel Sherrill <joel.sherrill@…> * tm01/task1.c, … 4.104.115
(edit) @d30316c   12/08/08 16:15:43 Joel Sherrill 2008-12-08 Joel Sherrill <joel.sherrill@…> * tm26/task1.c: … 4.104.115
(edit) @dbf4f17   08/31/08 17:21:47 Joel Sherrill 2008-08-31 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @4074e70b   08/31/08 16:47:18 Joel Sherrill 2008-08-31 Joel Sherrill <joel.sherrill@…> * tm01/task1.c, … 4.104.114.95
(edit) @d1128e2   02/01/08 00:45:16 Joel Sherrill 2008-01-31 Joel Sherrill <joel.sherrill@…> * tm01/task1.c, … 4.104.114.95
(edit) @8f71a36   04/20/04 07:09:31 Ralf Corsepius Remove stray white spaces. 4.104.114.84.95
(edit) @3239698   04/15/04 13:26:21 Ralf Corsepius Remove stray white spaces. 4.104.114.84.95
(edit) @0720ff4   03/28/04 07:20:11 Ralf Corsepius 2004-03-28 Ralf Corsepius <ralf_corsepius@…> * … 4.104.114.84.95
(edit) @54a43fe4   02/26/04 16:50:21 Joel Sherrill 2004-02-26 Joel Sherrill <joel@…> PR 583/tests * … 4.104.114.84.95
(edit) @95a81ab   09/04/03 18:53:55 Joel Sherrill 2003-09-04 Joel Sherrill <joel@…> * include/timesys.h, … 4.104.114.84.95
(edit) @b454bc9   08/02/02 00:52:37 Joel Sherrill 2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support … 4.104.114.84.95
(edit) @ca7858bb   07/26/00 19:28:11 Joel Sherrill Port of RTEMS to the Texas Instruments C3x/C4x DSP families including … 4.104.114.84.95
(edit) @08311cc3   11/17/99 17:51:34 Joel Sherrill Updated copyright notice. 4.104.114.84.95
(edit) @3d67661   11/09/99 23:10:48 Joel Sherrill Added nesting count for suspend/resume. 4.104.114.84.95
(edit) @2617b345   02/19/98 17:08:54 Joel Sherrill Restructured so all times are placed in variables and printed in batch … 4.104.114.84.95
(edit) @60b791ad   02/17/98 23:46:28 Joel Sherrill updated copyright to 1998 4.104.114.84.95
(edit) @98e4ebf5   10/08/97 15:45:54 Joel Sherrill Fixed typo in the pointer to the license terms. 4.104.114.84.95
(edit) @03f2154e   04/22/97 17:20:27 Joel Sherrill headers updated to reflect new style copyright notice as part of … 4.104.114.84.95
(edit) @e6424462   03/06/96 21:37:43 Joel Sherrill As part of reducing visibility into rtems and hiding the .inl files … 4.104.114.84.95
(edit) @5c491aef   12/20/95 15:39:19 Joel Sherrill changes remerged after lost in disk crash -- recovered from snapshot, … 4.104.114.84.95
(edit) @3652ad35   09/19/95 14:53:29 Joel Sherrill Minor bug fixes to get all targets compilable and running. The single … 4.104.114.84.95
(edit) @3a4ae6c   09/11/95 19:35:39 Joel Sherrill The word "RTEMS" almost completely removed from the core. … 4.104.114.84.95
(edit) @7f6a24ab   08/28/95 15:30:29 Joel Sherrill Added unused priority ceiling parameter to rtems_semaphore_create. … 4.104.114.84.95
(edit) @3235ad9   08/23/95 19:30:23 Joel Sherrill Support for variable length names added to Object Handler. This … 4.104.114.84.95
(edit) @7950309   08/02/95 19:56:51 Joel Sherrill Added test cases: + some from Andy Bray (andy@…) … 4.104.114.84.95
(edit) @459f770   06/05/95 23:55:00 Joel Sherrill added calls to _Thread_Disable_dispatch to match requirements for … 4.104.114.84.95
(add) @ac7d5ef0   05/11/95 17:39:37 Joel Sherrill Initial revision 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.