source: rtems/cpukit/score/src/threadinitialize.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @54c3fbd   12/11/15 10:09:13 Sebastian Huber score: Initialize thread control to zero This reduces the code size … 5
(edit) @df55d07f   12/10/15 13:10:48 Sebastian Huber score: Untangle thread actions Remove the thread action handler … 5
(edit) @3995e6d   09/02/15 09:58:54 Sebastian Huber score: Implement SMP-specific priority queue 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) @d7665823   06/24/15 13:43:19 Sebastian Huber score: Introduce Thread_queue_Heads Move the storage for the thread … 5
(edit) @e6b31b27   05/27/15 15:13:58 Joel Sherrill Remove use ticks for statistics configure option. This was obsolete … 4.115
(edit) @80fca28   06/13/15 13:29:04 Sebastian Huber score: Add _Watchdog_Preinitialize() Add an assert to ensure that the … 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) @568af83   04/21/15 08:17:13 Sebastian Huber score: Add Thread_queue_Operations Replace the … 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) @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) @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) @8e467384   06/03/14 08:29:30 Sebastian Huber score: Replace _Scheduler_Allocate/Free() Replace … 4.115
(edit) @3045738   05/28/14 11:38:48 Sebastian Huber score: Add resource node to thread control block 4.115
(edit) @beab7329   05/13/14 14:03:05 Sebastian Huber score: Introduce scheduler nodes Rename scheduler per-thread … 4.115
(edit) @11b05f1   05/08/14 08:11:13 Sebastian Huber score: Fix CPU context usage on SMP We must not alter the is … 4.115
(edit) @38b59a6   05/02/14 08:31:09 Sebastian Huber score: Implement forced thread migration The current implementation … 4.115
(edit) @bee71f8e   04/30/14 12:54:58 Sebastian Huber score: Fix TLS size usage 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) @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) @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) @a5ac9da   03/14/14 09:17:34 Sebastian Huber score: Add and use thread get/set CPU functions 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) @9db8705   02/06/14 18:42:24 Jennifer Averett score: Add cpuset support to Score. This new Score Handler provides a … 4.115
(edit) @95d0c98   02/24/14 09:13:32 Sebastian Huber score: Fix thread TLS area initialization Do not use _TLS_Size here … 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) @aea4a91   08/08/13 09:49:15 Sebastian Huber smp: Optimize Simple SMP scheduler Add Thread_Control::is_in_the_air … 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) @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) @c6e21ee1   07/24/13 11:12:38 Sebastian Huber score: Create scheduler implementation header Move implementation … 4.115
(edit) @39046f7   07/24/13 09:09:23 Sebastian Huber score: Merge sysstate API into one file 4.115
(edit) @218286bc   07/23/13 15:17:05 Sebastian Huber score: Create stack implementation header Move implementation … 4.115
(edit) @4b48ece0   07/22/13 08:21:03 Sebastian Huber score: Create watchdog implementation header Move implementation … 4.115
(edit) @05e82bd7   07/18/13 09:53:48 Sebastian Huber score: Error for non-preemptible tasks on SMP A common use case for … 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) @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) @3be0c9a   11/22/12 13:51:25 Sebastian Huber score: Add and use <rtems/score/userextimpl.h> This file contains 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) @64adc13   07/24/11 23:55:15 Joel Sherrill 2011-07-24 Joel Sherrill <joel.sherrill@…> * ftpd/ftpd.c, … 4.115
(edit) @108c4b0   02/18/11 15:12:44 Joel Sherrill 2011-02-18 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @010192d   02/17/11 22:21:44 Joel Sherrill 2011-02-17 Joel Sherrill <joel.sherrill@…> * … 4.115
(edit) @a0323a9f   02/16/11 00:24:49 Joel Sherrill 2011-02-15 Joel Sherrill <joel.sherrilL@…> * … 4.115
(edit) @dcf3687   01/28/11 20:24:54 Joel Sherrill 2011-01-28 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) @1ada6163   06/18/10 02:56:26 Ralf Corsepius Remove RTEMS_ITRON_API conditional blocks. 4.115
(edit) @dca9a82   12/02/09 18:22:19 Glenn Humphrey 2009-12-02 Glenn Humphrey <glenn.humphrey@…> * … 4.104.115
(edit) @c6f7e060   12/02/09 18:15:16 Glenn Humphrey 2009-12-02 Glenn Humphrey <glenn.humphrey@…> * … 4.104.115
(edit) @28352fae   11/29/09 13:51:53 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @bacf79e   09/13/09 21:00:11 Joel Sherrill 2009-09-13 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @442eac69   09/11/09 15:35:52 Joel Sherrill 2009-09-11 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @cedfd802   07/30/09 00:14:26 Joel Sherrill 2009-07-29 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @931dd97   06/01/09 21:44:01 Joel Sherrill 2009-06-01 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @aae7f1a1   12/22/08 05:52:32 Ralf Corsepius Eliminate TRUE/FALSE. 4.104.115
(edit) @c16bcc0   12/08/08 19:41:31 Joel Sherrill 2008-12-08 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @464ec0d   09/08/08 21:45:29 Joel Sherrill 2008-09-08 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @484a769   09/04/08 17:46:39 Ralf Corsepius Convert to "bool". 4.104.114.95
(edit) @aa4a3f1   08/20/08 22:24:09 Joel Sherrill 2008-08-20 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @81b329a   07/02/08 15:28:54 Ralf Corsepius Support rtems_ada_self iff RTEMS_ADA is given. 4.104.114.95
(edit) @66a9239a   06/30/08 15:03:03 Ralf Corsepius Rename STRICT_ORDER_MUTEX to RTEMS_STRICT_ORDER_MUTEX. 4.104.114.95
(edit) @ecf0f4c   06/13/08 15:06:32 Joel Sherrill 2008-06-13 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @5fa5185   06/06/08 15:44:11 Joel Sherrill 2008-06-06 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @5088d97   02/28/08 16:15:35 Joel Sherrill 2008-02-28 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @fd84982   12/21/07 15:50:09 Joel Sherrill 2007-12-21 Xi Yang <hiyangxi@…> * configure.ac, … 4.104.114.95
(edit) @c3330a8   05/17/07 22:46:45 Joel Sherrill 2007-05-17 Joel Sherrill <joel.sherrill@…> * ChangeLog?, … 4.104.114.84.95
(edit) @728a0bd3   05/08/07 10:43:06 Ralf Corsepius Use size_t for stacksizes. 4.104.114.84.95
(edit) @96d0b64   03/05/07 21:01:40 Joel Sherrill 2007-03-05 Joel Sherrill <joel@…> PR 1222/cpukit * … 4.104.114.84.95
(edit) @a8eed23   01/27/05 05:57:05 Ralf Corsepius Include config.h. 4.104.114.84.95
(edit) @bdffb59   07/25/04 14:52:40 Joel Sherrill 2004-07-25 Victor Vengerov <Victor.Vengerov@…> PR … 4.104.114.84.95
(edit) @8a4a349e   07/24/04 17:35:24 Joel Sherrill 2004-07-24 Joel Sherrill <joel@…> PR 660/rtems * … 4.104.114.84.95
(edit) @a0ed4ed   04/18/04 06:13:55 Ralf Corsepius Remove stray white spaces. 4.104.114.84.95
(edit) @05279b84   04/17/04 13:32:13 Ralf Corsepius Remove stray white spaces. 4.104.114.84.95
(edit) @3127180   03/29/04 12:51:43 Ralf Corsepius 2004-04-29 Ralf Corsepius <ralf_corsepius@…> * … 4.104.114.84.95
(edit) @dd687d97   09/04/03 18:56:05 Joel Sherrill 2003-09-04 Joel Sherrill <joel@…> * include/rtems/debug.h, … 4.104.114.84.95
(edit) @0df8293e   05/15/02 15:14:58 Joel Sherrill 2002-05-15 Chris Johns <ccj@…> * include/rtems/score/thread.h, … 4.104.114.84.95
(edit) @f918e74   04/16/02 13:42:31 Joel Sherrill 2002-04-16 Chris Johns <ccj@…> * src/threadinitialize.c: Per … 4.104.114.84.95
(edit) @81f6e8cc   01/08/01 19:16:26 Joel Sherrill 2001-01-08 Joel Sherrill <joel@…> * … 4.104.114.84.95
(edit) @ac5c8c7   01/08/01 18:23:40 Joel Sherrill 2001-01-08 Ralf Corsepius <corsepiu@…> * … 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) @0cb7cb9   11/16/99 16:10:39 Joel Sherrill Added comments. 4.104.114.84.95
(edit) @eb02f47   11/10/99 13:48:27 Joel Sherrill Committed modifications from ITRON Task and Task Dependendent … 4.104.114.84.95
(edit) @f94e76ba   07/28/99 18:03:20 Joel Sherrill Fix after this report from Peter Pointner <pr@…>: … 4.104.114.84.95
(add) @05df0a8   05/17/99 20:41:13 Joel Sherrill Thread Handler split into multiple files. Eventually, as RTEMS is … 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.