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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1506658c   01/08/16 11:11:03 Sebastian Huber score: Simplify _Thread_Start() 5
(edit) @ccd5434   01/07/16 08:55:45 Sebastian Huber score: Introduce Thread_Entry_information This avoids potential dead … 5
(edit) @44e9871   12/22/15 08:40:48 Sebastian Huber score: Avoid dead code in global construction Update #2514. 5
(edit) @df55d07f   12/10/15 13:10:48 Sebastian Huber score: Untangle thread actions Remove the thread action handler … 5
(edit) @ac5f2442   11/25/15 07:33:31 Sebastian Huber Require getreent() This function is used by Newlib since 2013-07-09 … 5
(edit) @143696a   10/16/15 06:15:03 Sebastian Huber basedefs.h: Add and use RTEMS_NO_RETURN 5
(edit) @258ad71   09/25/15 12:34:24 Sebastian Huber SMP: Fix and optimize thread dispatching According to the C11 and … 5
(edit) @aee6a1d0   09/28/15 05:29:11 Sebastian Huber SMP: Simplify thread lock operations 5
(edit) @dafa5d88   09/03/15 08:27:16 Sebastian Huber score: Implement priority boosting 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) @9c53910   07/24/15 07:12:54 Sebastian Huber score: Add comment 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) @f5d4570f   07/11/15 19:14:46 Sebastian Huber score: Simplify _Thread_Lock_set() Exploit the fact that the current … 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) @1041de1   04/20/15 07:45:10 Sebastian Huber score: Add _Thread_Get_interrupt_disable() Remove _Thread_Acquire() … 4.115
(edit) @1981b469   04/19/15 08:27:08 Sebastian Huber score: Add _ISR_lock_ISR_disable/enable() 4.115
(edit) @1461aba8   03/27/15 20:13:29 Sebastian Huber score: Use _Thread_Clear_state() for _Thread_Ready 4.115
(edit) @edcf89b   03/27/15 20:08:21 Sebastian Huber rtems: Atomically suspend/resume tasks 4.115
(edit) @342708b9   03/26/15 20:45:20 Sebastian Huber score: Return prev state in thread state set/clear 4.115
(edit) @ca10004   03/26/15 20:16:09 Sebastian Huber score: Simplify _Thread_Set_state() 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) @688fbc44   03/22/15 09:43:06 Sebastian Huber score: Move _Thread_queue_Extract() Move _Thread_queue_Dequeue(). We … 4.115
(edit) @2429766   03/22/15 09:37:52 Sebastian Huber score: Move _Thread_blocking_operation_Cancel() Move … 4.115
(edit) @a7e4de2   03/06/15 20:33:08 Joel Sherrill Fix even more Doxygen issues 4.115
(edit) @cc69334f   03/06/15 16:35:40 Joel Sherrill Fix a number of minor Doxygen formatting issues 4.115
(edit) @4c8a0ac   03/04/15 07:02:09 Sebastian Huber score: Add thread wait flags Update #2273. 4.115
(edit) @5b393fa5   03/01/15 12:50:55 Sebastian Huber score: Add thread acquire Update #2273. 4.115
(edit) @6157743   02/23/15 15:54:54 Sebastian Huber score: Simplify and fix signal delivery Deliver the POSIX signals … 4.115
(edit) @2b7fe356   02/26/15 09:29:02 Sebastian Huber score: Add parameter to Giant acquire/release Update #2273. 4.115
(edit) @8d6e6eeb   02/17/15 09:00:43 Sebastian Huber score: Fix FP context restore via _Thread_Handler After a context … 4.115
(edit) @f9b19d9   09/19/14 19:04:49 Jennifer Averett score: Move is_executing_on_a_core from cpuusagereport.c to threadimpl.h 4.115
(edit) @a38ced2   10/10/14 07:09:19 Sebastian Huber score: Rework global construction Ensure that the global construction … 4.115
(edit) @40dcafa   08/02/14 14:22:31 Sebastian Huber Add and use RTEMS_CONTAINER_OF() 4.115
(edit) @0ea6d07   07/09/14 18:22:28 Joel Sherrill Use Shared Method for Thread Unblock Cleanup When a thread is removed … 4.115
(edit) @5c3d250   07/04/14 12:34:23 Sebastian Huber score: Implement scheduler helping protocol The following scheduler … 4.115
(edit) @835b88b   07/07/14 14:41:03 Sebastian Huber score: Rename _Scheduler_SMP_Update_heir() Rename and move … 4.115
(edit) @2d36931   06/11/14 09:03:25 Sebastian Huber score: Collect scheduler related fields in TCB Add … 4.115
(edit) @2ba2743   06/12/14 12:50:33 Sebastian Huber score: Delete _Thread_Set_transient() 4.115
(edit) @701dd96f   06/12/14 12:37:57 Sebastian Huber score: PR2181: Add _Thread_Yield() The _Scheduler_Yield() was called … 4.115
(edit) @3045738   05/28/14 11:38:48 Sebastian Huber score: Add resource node to thread control block 4.115
(edit) @6c7caa1a   05/28/14 11:37:54 Sebastian Huber score: Add and use _Thread_Owns_resources() 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) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @e785fbaa   04/04/14 11:58:26 Sebastian Huber score: Delete _Thread_Ticks_per_timeslice Use the Configuration instead. 4.115
(edit) @47445846   04/04/14 11:43:15 Sebastian Huber score: Delete _Thread_Maximum_extensions Use the Configuration instead. 4.115
(edit) @24934e36   04/03/14 13:03:35 Sebastian Huber score: Add scheduler control to scheduler ops Scheduler operations … 4.115
(edit) @23fec9f0   03/27/14 13:16:12 Sebastian Huber score: PR2152: Use allocator mutex for objects Use allocator mutex … 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) @8690b53   03/25/14 09:53:28 Sebastian Huber score: Add parameter to _Thread_Restart() The executing thread will … 4.115
(edit) @dcd5e26   03/18/14 15:11:03 Sebastian Huber score: Move _Thread_Reset() and make static 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) @a5ac9da   03/14/14 09:17:34 Sebastian Huber score: Add and use thread get/set CPU functions 4.115
(edit) @72d8db9c   03/24/14 06:53:34 Sebastian Huber score: Delete _Thread_Internal_free() 4.115
(edit) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @514705d   02/12/14 15:05:35 Sebastian Huber score: Delete _Thread_BSP_context Do not return to BSP context in the … 4.115
(edit) @01794eb   02/07/14 07:55:02 Sebastian Huber score: Format _Thread_Get_maximum_internal_threads 4.115
(edit) @16a41cc   01/29/14 08:29:39 Sebastian Huber score: Add _Thread_Get_maximum_internal_threads() 4.115
(edit) @e5ca54c9   08/07/13 19:19:55 Sebastian Huber score: PR2136: Fix _Thread_Change_priority() Add call to … 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) @b4b309c   08/01/13 13:20:17 Sebastian Huber smp: Generalize _Thread_Start_multitasking() Add context parameter to … 4.115
(edit) @f031df0e   07/31/13 11:42:07 Sebastian Huber score: Rename tod.h to todimpl.h 4.115
(edit) @1e51fa5   07/29/13 15:25:50 Sebastian Huber score: Add and use _Thread_Update_cpu_time_used() Fix _times(). 4.115
(edit) @d5ef7ae2   06/14/13 07:14:31 Sebastian Huber smp: Delete _SMP_Request_other_cores_to_dispatch() Use an event … 4.115
(edit) @3f317e9   07/29/13 13:01:55 Sebastian Huber score: Move _Thread_Dispatch_if_necessary() Rename to … 4.115
(edit) @6c0e43d   07/29/13 10:46:40 Sebastian Huber score: Add and use _Thread_Signal_notification() 4.115
(edit) @a2e3f33   07/24/13 11:50:54 Sebastian Huber score: Create object implementation header Move implementation … 4.115
(edit) @fe6c170c   07/24/13 14:19:52 Sebastian Huber score: Create states implementation header Move implementation … 4.115
(add) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 4.115
Note: See TracRevisionLog for help on using the revision log.