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) @70488f56   01/31/17 08:37:54 Sebastian Huber score: Fix _Thread_Initialize() 5
(edit) @da6ad56   01/12/17 12:46:55 Sebastian Huber score: Add _Thread_Set_name() Add configuration option … 5
(edit) @a4217c6   11/22/16 09:53:03 Sebastian Huber score: Rename _Thread_queue_Enqueue_critical() Delete unused … 5
(edit) @1f5bee3   11/07/16 15:54:40 Sebastian Huber score: Add and use Thread_Control::is_idle Update #2797. 5
(edit) @47d2464   10/31/16 15:23:52 Sebastian Huber score: Conditionally enable thread resource count Maintain the thread … 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @7f742432   10/31/16 07:22:02 Sebastian Huber score: Delete Thread_Scheduler_control::own_node Update #2556. 5
(edit) @c0f1f52   10/31/16 07:08:48 Sebastian Huber score: Delete Thread_Scheduler_control::node Update #2556. 5
(edit) @97f7dac   10/21/16 07:23:48 Sebastian Huber score: Delete _Scheduler_Ask_for_help_if_necessary Delete … 5
(edit) @351c14d   09/27/16 09:33:36 Sebastian Huber score: Add new SMP scheduler helping protocol Update #2556. 5
(edit) @ebdd2a3   09/23/16 11:24:06 Sebastian Huber score: Add scheduler node requests Add the ability to add/remove … 5
(edit) @07a32d19   09/23/16 09:57:59 Sebastian Huber score: Add thread scheduler lock Update #2556. 5
(edit) @d271c3bb   10/31/16 12:37:59 Sebastian Huber rtems: Add rtems_task_iterate() Update #2423. 5
(edit) @266d383   09/08/16 12:07:12 Sebastian Huber score: Manage scheduler nodes via thread queues Update #2556. 5
(edit) @5d6b211   09/07/16 07:04:45 Sebastian Huber score: Add scheduler node table for each thread Update #2556. 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @15b5678d   08/01/16 09:03:16 Sebastian Huber score: Move thread wait node to scheduler node Update #2556. 5
(edit) @e27421f   08/01/16 09:12:52 Sebastian Huber score: Move scheduler node to own header file This makes it possible … 5
(edit) @29594b4   09/07/16 07:27:59 Sebastian Huber score: Remove superfluous SMP debug support This information turned … 5
(edit) @ff2e6c64   08/02/16 09:26:56 Sebastian Huber score: Fix and simplify thread wait locks There was a subtile race … 5
(edit) @d79df38   07/26/16 08:34:21 Sebastian Huber score: Add deadlock detection The mutex objects use the owner field … 5
(edit) @1fcac5ad   07/25/16 14:35:37 Sebastian Huber score: Turn thread lock into thread wait lock The … 5
(edit) @b6b25a9   06/29/16 13:32:51 Sebastian Huber score: Fix thread lock on SMP configurations 5
(edit) @9bfad8c   06/08/16 20:22:46 Sebastian Huber score: Add thread priority to scheduler nodes The thread priority is … 5
(edit) @eec08ef   06/15/16 04:59:57 Sebastian Huber posix: Rework sporadic server scheduling policy Instead of lowering … 5
(edit) @6bab009   06/14/16 15:23:03 Sebastian Huber posix: Delete POSIX_API_Control::schedparam This field was redundant. 5
(edit) @4dc5450   06/14/16 15:21:53 Sebastian Huber posix: Delete POSIX_API_Control::schedpolicy This field was redundant. 5
(edit) @c6556e2e   06/01/16 12:38:05 Sebastian Huber score: Maybe fix _Thread_Lock_acquire() The approach with the … 5
(edit) @dce48791   05/23/16 11:37:59 Sebastian Huber score: Add Status_Control for all APIs Unify the status codes of the … 5
(edit) @c3d8d9e   05/23/16 04:55:49 Sebastian Huber score: Get rid of mp_id parameter Get rid of the mp_id parameter used … 5
(edit) @da826560   05/13/16 08:28:14 Sebastian Huber posix: Rework thread cancellation Add … 5
(edit) @54550e04   05/13/16 06:16:30 Sebastian Huber posix: Rework pthread_join() Rework pthread_join() to use … 5
(edit) @29e1ecab   05/13/16 11:42:18 Sebastian Huber score: Simplify _Thread_Life_action_handler() Use … 5
(edit) @862a0ee   05/13/16 09:22:39 Sebastian Huber score: Rework _Thread_Restart_other() Rework _Thread_Restart_other() … 5
(edit) @232147dd   05/13/16 05:04:13 Sebastian Huber score: Add _Thread_Join() and _Thread_Cancel() Split _Thread_Close() … 5
(edit) @e753748   05/13/16 08:21:37 Sebastian Huber score: Delete redundant thread life enums This makes it easier to add … 5
(edit) @8bc6bf28   05/11/16 11:42:58 Sebastian Huber posix: Avoid Giant lock for some pthread functions Avoid Giant lock … 5
(edit) @e135271   05/11/16 08:58:59 Sebastian Huber score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. 5
(edit) @bd12dda   05/11/16 09:54:49 Sebastian Huber score: Use thread state lock for current state In addition protect … 5
(edit) @105b4e6   05/10/16 04:47:19 Sebastian Huber rtems: Use thread state lock for signals 5
(edit) @6e4f929   05/06/16 04:44:41 Sebastian Huber score: Introduce thread state lock Update #2556. 5
(edit) @1d40d81b   05/03/16 05:38:19 Sebastian Huber rtems: Remove task variables Update #2494. Update #2555. 5
(edit) @500a8e9c   04/28/16 04:26:01 Sebastian Huber score: Delete RTEMS_STRICT_ORDER_MUTEX Remove support for strict … 5
(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
Note: See TracRevisionLog for help on using the revision log.