summaryrefslogtreecommitdiff
path: root/nuttx/sched/task_setup.c
Commit message (Collapse)AuthorAgeFilesLines
* Signal mask is now inherited by both child tasks and threads; this has the ↵patacongo2007-03-291-2/+9
| | | | | | | | | side-effect of changing the initia l state of all signals from blocked to unblocked. git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@173 42af7a65-404d-4744-a932-0658087f49c3
* Add new pthread_* APIspatacongo2007-03-231-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@134 42af7a65-404d-4744-a932-0658087f49c3
* Restructure header files for POSIX compliance; eliminate compile warningspatacongo2007-03-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@107 42af7a65-404d-4744-a932-0658087f49c3
* 8052 context switch/interrupt integration; pthread arg setup changedpatacongo2007-03-131-44/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@60 42af7a65-404d-4744-a932-0658087f49c3
* 8051 integrationpatacongo2007-03-131-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@59 42af7a65-404d-4744-a932-0658087f49c3
* Divided _task_init() in several smaller functions that take fewer paramters. ↵patacongo2007-03-111-0/+312
This was necessary to reduce the stack usage for the 8051/2 which has a tiny, 256 byte stack git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@58 42af7a65-404d-4744-a932-0658087f49c3