Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

source: rtems/cpukit/score/include/rtems/score/thread.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @709f38a   04/13/16 04:48:58 Sebastian Huber score: Use chain iterator for user extensions Add a lock and use a … 5
(edit) @84dc9df   04/04/16 04:17:36 Sebastian Huber score: Use red-black tree for active MP proxies Update #2555. 5
(edit) @8f96581   04/01/16 09:38:47 Sebastian Huber score: Rework MP thread queue callout support The thread queue … 5
(edit) @97312fcc   04/05/16 12:36:30 Sebastian Huber score: Delete Thread_Wait_information::id This field was only by the … 5
(edit) @16832b0   03/29/16 10:06:55 Sebastian Huber score: Fix multiprocessing thread proxies We must provide thread … 5
(edit) @5eaf0e7   03/17/16 06:56:31 Sebastian Huber posix: Use per-thread lookup tree for POSIX Keys Yields higher … 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(edit) @d297c81d   03/01/16 05:36:16 Sebastian Huber score: Delete Thread_CPU_usage_t This type is superfluous since all … 5
(edit) @cef5675   12/14/15 10:47:47 Sebastian Huber Optional POSIX Cleanup initialization Update #2408. 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @d5154d0f   12/23/15 20:44:02 admin api: Remove deprecated Notepads Notepads where a feature of RTEMS' … 5
(edit) @0e3c59d6   06/26/15 10:54:33 Sebastian Huber score: Use a plain ticket lock for thread locks This enables external … 5
(edit) @10e32a26   06/29/15 12:23:42 Sebastian Huber score: Add potpourri lock statistics These SMP lock statistics are … 5
(edit) @4827470   06/29/15 08:41:01 Sebastian Huber score: Rename struct Thread_Control Add a leading underscore to the … 5
(edit) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @e2735012   06/24/15 09:05:39 Sebastian Huber score: Introduce Thread_queue_Queue Separate the thread queue heads … 5
(edit) @bd67d7d2   06/25/15 11:48:00 Sebastian Huber score: Simplify <rtems/score/thread.h> Avoid Thread_Control typedef … 4.115
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @335e5ca   06/02/15 19:43:54 Sebastian Huber score: Add Thread_Control::is_fp Store the floating-point unit … 4.115
(edit) @900d337f   05/05/15 11:05:54 Sebastian Huber score: Rework _Thread_Change_priority() Move the writes to … 4.115
(edit) @383cf42   04/22/15 09:15:46 Sebastian Huber score: More thread queue operations Move thread queue discipline … 4.115
(edit) @568af83   04/21/15 08:17:13 Sebastian Huber score: Add Thread_queue_Operations Replace the … 4.115
(edit) @08fe84b   04/22/15 08:06:05 Sebastian Huber score: Generalize _Event_Timeout() Add a thread wait timeout code. … 4.115
(edit) @b7cff7fe   04/26/15 13:22:20 Sebastian Huber score: Reduce thread wait states Merge THREAD_WAIT_STATE_SATISFIED, … 4.115
(edit) @a6502a58   05/06/15 09:54:19 Sebastian Huber score: Fix Thread_Control and Thread_Proxy_control Fix layout of the … 4.115
(edit) @d3802bb5   04/20/15 07:50:01 Sebastian Huber score: Delete object control block ISR lock The Objects_Control::Lock … 4.115
(edit) @57947f1   03/23/15 14:05:32 Sebastian Huber score: Add thread lock Update #2273. 4.115
(edit) @2e9c3d5   03/17/15 15:28:50 Sebastian Huber score: Add thread priority change handler Since the thread current … 4.115
(edit) @6a941e3   03/17/15 15:24:44 Sebastian Huber score: Fix _Thread_Change_priority() Atomically update the current … 4.115
(edit) @46d3c6d8   03/16/15 20:15:55 Gedare Bloom cpukit: add and use CPU_Uint32ptr type 4.115
(edit) @4c8a0ac   03/04/15 07:02:09 Sebastian Huber score: Add thread wait flags Update #2273. 4.115
(edit) @134a181   09/08/14 14:46:43 Jennifer Averett score: Add capture data to tcb. 4.115
(edit) @dadd7cd   09/22/14 10:01:49 Sebastian Huber score: Delete Thread_Wait_information::Block2n This field is no … 4.115
(edit) @ed7a028   07/07/14 19:26:13 Joel Sherrill Thread Queue Priority Discipline Reimplemented with RBTree 4.115
(edit) @5c3d250   07/04/14 12:34:23 Sebastian Huber score: Implement scheduler helping protocol The following scheduler … 4.115
(edit) @2d36931   06/11/14 09:03:25 Sebastian Huber score: Collect scheduler related fields in TCB Add … 4.115
(edit) @3045738   05/28/14 11:38:48 Sebastian Huber score: Add resource node to thread control block 4.115
(edit) @69c3f076   05/28/14 21:53:58 Joel Sherrill rtems/score/thread*.h: Really correct spelling error 4.115
(edit) @27caaa6   05/28/14 21:42:33 Joel Sherrill rtems/score/thread*.h: TERMINTING to TERMINATING 4.115
(edit) @beab7329   05/13/14 14:03:05 Sebastian Huber score: Introduce scheduler nodes Rename scheduler per-thread … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @2e06be4   04/16/14 07:10:52 Sebastian Huber score: Documentation 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @69aa3349   04/08/14 07:42:29 Sebastian Huber score: Simplify thread control initialization The thread control … 4.115
(edit) @d507c037   04/03/14 17:55:43 Joel Sherrill Disable per task variables when SMP is enabled Per task variables are … 4.115
(edit) @da5b1b9   03/18/14 17:52:43 Jennifer Averett score: Remove affinity element from thread. 4.115
(edit) @1b1be254   03/25/14 09:54:49 Sebastian Huber score: Thread life cycle re-implementation The thread deletion is now … 4.115
(edit) @5c731a83   03/17/14 09:12:14 Sebastian Huber score: Use thread action for thread restart The thread restart is now … 4.115
(edit) @0dd732d   03/14/14 10:50:58 Sebastian Huber score: Add thread actions Thread actions are the building block for … 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @e6c87f7   03/04/14 21:54:12 Joel Sherrill POSIX keys now enabled in all configurations. Formerly POSIX keys … 4.115
(edit) @5c332349   03/07/14 15:06:57 Jennifer Averett Remove trailing whitespace in previous patches 4.115
(edit) @9db8705   02/06/14 18:42:24 Jennifer Averett score: Add cpuset support to Score. This new Score Handler provides a … 4.115
(edit) @022851a   01/28/14 11:10:08 Sebastian Huber Add thread-local storage (TLS) support Tested and implemented on ARM, … 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) @aea4a91   08/08/13 09:49:15 Sebastian Huber smp: Optimize Simple SMP scheduler Add Thread_Control::is_in_the_air … 4.115
(edit) @a112364   07/24/13 15:30:26 Sebastian Huber score: Create threadq implementation header Move implementation … 4.115
(edit) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 4.115
(edit) @965ef82   07/23/13 14:45:54 Sebastian Huber score: PR1782: CPU_USE_DEFERRED_FP_SWITCH Do not redefine … 4.115
(edit) @9c9b62d8   07/17/13 09:44:55 Sebastian Huber score: Changes due to Newlib DYNAMIC_REENT Delete … 4.115
(edit) @f74d9496   07/17/13 09:03:02 Sebastian Huber score: Add _Thread_Get_executing() 4.115
(edit) @961669d   06/14/13 13:30:37 Sebastian Huber documentation: Fix Doxygen comments 4.115
(edit) @a936aa49   06/06/13 13:41:00 Sebastian Huber scheduler: New simple SMP scheduler implementation The new Simple SMP … 4.115
(edit) @1ccb64e1   06/06/13 13:28:41 Sebastian Huber scheduler: Add start idle thread operation Add and use … 4.115
(edit) @4fc370e   06/05/13 10:08:23 Sebastian Huber score: Move thread dispatch content to new file Move thread dispatch … 4.115
(edit) @e358088   05/28/13 08:54:46 Sebastian Huber smp: New SMP lock API Move the SMP lock implementation to the CPU … 4.115
(edit) @e858f70   01/10/13 23:06:06 Joel Sherrill cpukit: Fix many Doxygen warnings 4.115
(edit) @b10825c   01/10/13 19:29:41 Joel Sherrill cpukit: Add EOL on files missing EOL at EOF 4.115
(edit) @319cb20   12/29/12 00:04:01 matkallada score: Doxygen Clean Up Task #2 4.115
(edit) @5a58b1e   12/01/12 14:53:45 daniel.georgiev95 score misc: Score misc: Clean up Doxygen #11 (GCI 2012) This patch is … 4.115
(edit) @f839bf5a   12/01/12 14:47:07 Christopher Kerl score misc: Score misc: Clean up Doxygen #10 (GCI 2012) This patch is … 4.115
(edit) @e0f91da   11/30/12 21:34:17 alexivanov97 score misc: Score misc: Clean up Doxygen #9 (GCI 2012) This patch is … 4.115
(edit) @f2f63d1   11/29/12 23:14:28 alexivanov97 score misc: Score misc: Clean up Doxygen #7 (GCI 2012) This patch … 4.115
(edit) @1b475860   11/29/12 19:39:17 Christopher Kerl score misc: Score misc: Clean up Doxygen #6 (GCI 2012) This patch is … 4.115
(edit) @e655f7e   11/29/12 18:39:19 alexivanov97 score misc: Score misc: Clean up Doxygen #5 4.115
(edit) @bf54252   11/28/12 20:14:50 deviennealexandre Score misc: Clean up Doxygen #4 (GCI 2012) This patch is a task from … 4.115
(edit) @355ee7d   11/28/12 19:57:31 alexivanov97 score misc: Clean up Doxygen #3 (GCI 2012) This patch is a task from … 4.115
(edit) @d4d7899   11/28/12 19:31:53 Christopher Kerl score misc: Clean up Doxygen #2 (GCI 2012) This patch is a task from … 4.115
(edit) @f7f1d77   11/28/12 14:11:31 alexivanov97 score misc: Clean up Doxygen (GCI 2012) This patch is a task from GCI … 4.115
(edit) @196fe59   10/02/12 18:27:04 Joel Sherrill score/thread.h: Move Thread_CPU_usage_t definition down At the … 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) @4012792   04/20/12 13:31:00 Sebastian Huber score: Documentation 4.115
(edit) @d63f1c9   10/17/11 15:54:41 Sebastian Huber 2011-10-17 Sebastian Huber <sebastian.huber@…> PR … 4.115
(edit) @fdc70e2   09/15/11 17:09:15 Joel Sherrill 2011-09-15 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @d8cd045c   06/17/11 15:40:09 Joel Sherrill 2011-06-17 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @4b72da4   06/17/11 14:55:27 Joel Sherrill 2011-06-17 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @3203e09   06/17/11 14:31:46 Joel Sherrill 2011-06-17 Joel Sherrill <joel.sherrill@…> PR 1819/cpukit … 4.115
(edit) @dacdda30   05/24/11 02:44:58 Ralf Corsepius Remove white-spaces. 4.115
(edit) @3a8a999   05/23/11 13:30:15 Jennifer.Averett 2011-05-23 Jennifer Averett <Jennifer.Averett@…> * … 4.115
(edit) @0a101d57   05/12/11 13:23:12 Joel Sherrill 2011-05-12 Joel Sherrill <joel.sherrill@…> PR 1788/cpukit … 4.115
(edit) @f78831f1   04/22/11 17:54:31 Joel Sherrill 2011-04-22 Joel Sherrill <joel.sherrill@…> PR 1782/cpukit … 4.115
(edit) @d7c3883   04/21/11 19:05:15 Jennifer.Averett 2011-04-21 Jennifer Averett <Jennifer.Averett@… PR … 4.115
(edit) @59eb125   03/15/11 19:27:46 Joel Sherrill 2011-03-15 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @108c4b0   02/18/11 15:12:44 Joel Sherrill 2011-02-18 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @0faa9dad   11/24/10 15:51:28 Joel Sherrill 2010-11-24 Gedare Bloom <giddyup44@…> PR 1647/cpukit * … 4.115
(edit) @a55e305   07/29/10 17:52:10 Joel Sherrill 2010-07-29 Gedare Bloom <giddyup44@…> PR 1635/cpukit * … 4.115
(edit) @11e8bc5   06/29/10 00:34:12 Joel Sherrill 2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit … 4.115
(edit) @569b3f4   06/24/10 22:40:32 Joel Sherrill 2010-06-24 Gedare Bloom <giddyup44@…> PR 1589/cpukit * … 4.115
(edit) @8bef4cc   06/24/10 21:27:30 Joel Sherrill 2010-06-24 Gedare Bloom <giddyup44@…> PR 1590/cpukit * … 4.115
(edit) @f0caa05   06/18/10 04:20:06 Ralf Corsepius 2010-06-18 Ralf Corsépius <ralf.corsepius@…> * … 4.115
Note: See TracRevisionLog for help on using the revision log.