summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread_create.c
Commit message (Expand)AuthorAgeFilesLines
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-3/+5
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-161-2/+10
* Switch to user-mode before starting a new taskpatacongo2013-03-141-7/+2
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ...patacongo2013-03-101-1/+1
* Add port to Zilogic Systems ZKIT-ARM-1769 board (more coming)patacongo2013-02-261-0/+2
* Some fixes needed for STM32 build after recent scheduler changespatacongo2013-02-071-2/+2
* Bugfix: whenever a thread it must report the PID of the main task (even it i...patacongo2013-02-041-2/+2
* Divide struct tcb_s into structs task_tcb_s and pthread_tcb_spatacongo2013-02-041-41/+19
* Rename _TCB to struct tcb_spatacongo2013-02-041-5/+5
* Move pthread join and key creation data into the task grouppatacongo2013-02-031-15/+18
* Move socket data from TCB to task group structure.patacongo2013-01-261-9/+0
* Move environment variables in the task group structurepatacongo2013-01-251-5/+1
* Add logic to keep track of members of a task grouppatacongo2013-01-251-3/+21
* Add framework to support task groupspatacongo2013-01-251-15/+28
* Add logic to retain child task exit status if so configuredpatacongo2013-01-231-8/+3
* configs/p112: Add a configuration for the Z180 P112 boardpatacongo2012-12-111-22/+41
* Fix STM32 F2/F4 SDIO clocking; Clean-up files in sched/ directorypatacongo2012-07-141-16/+17
* Add support for kernel-mode threadspatacongo2011-04-071-4/+6
* Fix AVR build, Add hooks for kernel threadspatacongo2011-04-071-1/+1
* Move memory manager into user spacepatacongo2011-04-031-3/+3
* Move more files into subdirectories under lib/patacongo2011-03-311-7/+3
* Switching to C99 stdbool.h typespatacongo2009-12-141-2/+5
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-131-1/+1
* pthread_create must return a positive errno on failurepatacongo2009-05-191-11/+19
* Add support for priority inheritancepatacongo2009-03-081-3/+3
* Fix z16f addressing issuespatacongo2008-01-301-29/+28
* More SDCC compilation fixespatacongo2007-12-301-1/+1
* Add basic tasking support for environment variablespatacongo2007-06-301-0/+5
* Finish FAT directory operations; add option to disable mountpoints; fix ARM c...patacongo2007-05-261-0/+1
* Fix timeslice calculationpatacongo2007-05-201-1/+1
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+2
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-4/+68
* Divided _task_init() in several smaller functions that take fewer paramters. ...patacongo2007-03-111-7/+13
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-2/+5
* Finally, a clean SDCC compilepatacongo2007-02-271-10/+14
* Progress toward clean SDCC compilationpatacongo2007-02-211-4/+4
* Eliminating GCC dependenciespatacongo2007-02-201-2/+2
* NuttX RTOSpatacongo2007-02-171-0/+342