source: rtems/cpukit/posix/src/pthreadcreate.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @37eb717   10/17/17 09:46:54 Sebastian Huber posix: Simplify _POSIX_Threads_Create_extension() Move unblocked … 5
(edit) @3f3f4248   10/17/17 07:20:20 Sebastian Huber posix: Remove POSIX_API_Control::schedparam Move sporadic server … 5
(edit) @2fcea4c   10/17/17 08:06:08 Sebastian Huber posix: Fix _POSIX_Threads_Create_extension() The thread POSIX API … 5
(edit) @a3ad4af   10/10/17 09:22:21 Sebastian Huber posix: Validate affinity sets by the scheduler Update #2514. 5
(edit) @bd5be58f   10/10/17 05:18:09 Sebastian Huber posix: Unconditional thread attribute support Update #2514. 5
(edit) @af9115f3   10/06/17 08:07:38 Sebastian Huber posix: Simplify POSIX_API_Control Return stack area via … 5
(edit) @7a4b2645   01/11/17 15:43:06 joel Remove obsolete RTEMS_HAVE_SYS_CPUSET_H 5
(edit) @2dd098a   10/31/16 07:33:11 Sebastian Huber score: Introduce Thread_Scheduler_control::home Replace … 5
(edit) @300f6a48   06/22/16 15:09:23 Sebastian Huber score: Rework thread priority management Add priority nodes which … 5
(edit) @51e008dd   06/23/16 09:49:22 Sebastian Huber posix: Fix pthread_create() Do not access data of the executing … 5
(edit) @77ff5599   06/10/16 06:48:54 Sebastian Huber score: Introduce map priority scheduler operation Introduce map/unmap … 5
(edit) @1a4eac50   06/15/16 14:31:33 Sebastian Huber posix: Generalize _POSIX_Priority_To_core() Move POSIX API priority … 5
(edit) @5a32c48   06/14/16 13:57:54 Sebastian Huber posix: Make POSIX API aware of scheduler instances 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) @917884c   06/15/16 08:39:09 Sebastian Huber posix: Fix poradic server initial CPU budget Update #2738. 5
(edit) @5d65d0dd   06/15/16 06:50:29 Sebastian Huber posix: Use _POSIX_Threads_Sporadic_timer_insert() 5
(edit) @da826560   05/13/16 08:28:14 Sebastian Huber posix: Rework thread cancellation Add … 5
(edit) @33829ce   05/13/16 12:07:23 Sebastian Huber score: Avoid Giant lock for _Thread_Start() Update #2555. 5
(edit) @54550e04   05/13/16 06:16:30 Sebastian Huber posix: Rework pthread_join() Rework pthread_join() to use … 5
(edit) @e135271   05/11/16 08:58:59 Sebastian Huber score: Avoid Giant lock _Scheduler_Set_affinity() Update #2555. 5
(edit) @9555341   04/06/16 14:26:22 Sebastian Huber posix: Use a dedicated lock for scheduler changes Update #2555. 5
(edit) @03b900d   02/18/16 07:36:26 Sebastian Huber score: Replace watchdog handler implementation Use a red-black tree … 5
(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) @21789a21   07/28/15 12:45:42 Sebastian Huber score: Rename _POSIX_Absolute_timeout_to_ticks() Rename … 5
(edit) @335e5ca   06/02/15 19:43:54 Sebastian Huber score: Add Thread_Control::is_fp Store the floating-point unit … 4.115
(edit) @c5831a3f   04/09/14 13:07:54 Sebastian Huber score: Add clustered/partitioned scheduling Clustered/partitioned … 4.115
(edit) @24934e36   04/03/14 13:03:35 Sebastian Huber score: Add scheduler control to scheduler ops Scheduler operations … 4.115
(edit) @68c156a   04/03/14 20:03:42 Joel Sherrill pthreadcreate.c: Fix bug where attr used instead of the_attr 4.115
(edit) @e045fb6c   03/19/14 20:21:15 Jennifer Averett posix: Move affinity from thread to scheduler. 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) @c499856   03/20/14 21:10:47 Chris Johns Change all references of rtems.com to rtems.org. 4.115
(edit) @b4b86b82   03/11/14 13:20:57 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @0c25ba68   03/10/14 08:49:55 Sebastian Huber posix: Fix NULL pointer access in pthread_create() 4.115
(edit) @185e46f   01/31/14 14:54:45 Jennifer Averett posix: Add POSIX thread affinity attribute support. With the addition … 4.115
(edit) @a19a7077   12/18/13 00:01:11 strauman posix: fix race condition between pthread_create and capture engine … 4.115
(edit) @5618c37a   07/24/13 13:14:48 Sebastian Huber score: Create thread implementation header Move implementation … 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) @0c5317d   07/19/13 12:33:56 Sebastian Huber posix: Create pthread implementation header Move implementation … 4.115
(edit) @97552c98   07/19/13 12:15:59 Sebastian Huber posix: Create priority implementation header Move implementation … 4.115
(edit) @5f7757b   07/18/13 14:22:54 Sebastian Huber posix: Use _Thread_Get_executing() 4.115
(edit) @1ccb64e1   06/06/13 13:28:41 Sebastian Huber scheduler: Add start idle thread operation Add and use … 4.115
(edit) @5cb175bb   01/10/13 19:22:31 Joel Sherrill cpukit/posix: Doxygen group is POSIXAPI 4.115
(edit) @65f6d3c   12/19/12 14:57:03 kolaveridi87 posix: Doxygen Enhancement Task #94.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) @11e8bc5   06/29/10 00:34:12 Joel Sherrill 2010-06-28 Joel Sherrill <joel.sherrill@…> PR 1573/cpukit … 4.115
(edit) @3bacb250   04/03/10 05:55:59 Ralf Corsepius Reflect POSIX sched_parm changes. 4.104.115
(edit) @1de949a8   11/30/09 15:49:52 Ralf Corsepius Whitespace removal. 4.104.115
(edit) @2212a2ad   06/24/09 06:38:52 Joel Sherrill 2009-06-24 Joel Sherrill <joel.sherrill@…> * … 4.104.115
(edit) @b1dbfd7   02/03/09 10:10:57 Ralf Corsepius Eliminate TRUE/FALSE. 4.104.115
(edit) @f8437c8   09/04/08 15:23:12 Ralf Corsepius Convert to "bool". 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) @5088d97   02/28/08 16:15:35 Joel Sherrill 2008-02-28 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @e889a857   02/01/08 00:44:15 Joel Sherrill 2008-01-31 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @ce19f1fa   01/23/08 22:57:43 Joel Sherrill 2008-01-23 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @580004a2   01/07/08 15:30:21 Joel Sherrill 2008-01-07 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @8d8daef4   12/13/07 15:45:43 Joel Sherrill 2007-12-13 Joel Sherrill <joel.sherrill@…> * … 4.104.114.95
(edit) @412dbff6   04/05/07 21:17:27 Joel Sherrill 2007-04-05 Joel Sherrill <joel@…> * posix/Makefile.am, … 4.104.114.84.95
(edit) @874297f3   04/16/04 10:01:03 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) @8e36f29   09/04/03 18:54:26 Joel Sherrill 2003-09-04 Joel Sherrill <joel@…> * … 4.104.114.84.95
(edit) @f42b726   01/24/01 14:17:28 Joel Sherrill 2001-01-24 Ralf Corsepius <corsepiu@…> * configure.in: … 4.104.114.84.95
(edit) @17508d02   07/26/00 19:26:28 Joel Sherrill Port of RTEMS to the Texas Instruments C3x/C4x DSP families including … 4.104.114.84.95
(edit) @df49c60   06/12/00 15:00:15 Joel Sherrill Merged from 4.5.0-beta3a 4.104.114.84.95
(edit) @08311cc3   11/17/99 17:51:34 Joel Sherrill Updated copyright notice. 4.104.114.84.95
(add) @03598b1   01/25/99 23:20:52 Joel Sherrill Split most of POSIX Threads Manager into multiple files. 4.104.114.84.95
Note: See TracRevisionLog for help on using the revision log.