summaryrefslogtreecommitdiff
path: root/nuttx/sched/pthread
Commit message (Expand)AuthorAgeFilesLines
* Simplify how C source files are selected in the buildGregory Nutt2014-10-071-12/+12
* A const storage class to to phthread parameters. From Freddie ChopinGregory Nutt2014-09-084-6/+6
* Fix some conditional compilation in kernel build mode. And, while we are tou...Gregory Nutt2014-09-071-4/+7
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-311-2/+2
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-1/+1
* nuttx/sched: Remove explicit references to errno. That is a problem from wi...Gregory Nutt2014-08-281-2/+3
* Minor address environment clean-up. Cannot generate debug contexts in certai...Gregory Nutt2014-08-271-2/+1
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-241-1/+1
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-221-2/+2
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-221-12/+9
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-211-2/+3
* Remove os_internal.h it has been replace by several new header files under sc...Gregory Nutt2014-08-081-1/+2
* Replace os_internal.h with sched/sched.h in files that actually reference som...Gregory Nutt2014-08-0812-12/+12
* Move task control files from sched/ to sched/taskGregory Nutt2014-08-081-0/+1
* Move clock functions from sched/ to sched/clockGregory Nutt2014-08-082-2/+2
* Move watchdog functions from sched/ to sched/wdogGregory Nutt2014-08-0832-32/+32
* Move group logic from sched/ to sched/groupGregory Nutt2014-08-085-5/+5
* Move environment files from sched/ to sched/environGregory Nutt2014-08-081-0/+59
* Move all pthread files from sched/ to sched/pthreadGregory Nutt2014-08-0836-0/+5566