summaryrefslogtreecommitdiff
path: root/nuttx/sched/wqueue
Commit message (Expand)AuthorAgeFilesLines
* More fixes to problems noted by cppcheck. Some are kind of risky; some are r...Gregory Nutt2014-11-251-0/+2
* Missing workqueue logicGregory Nutt2014-10-121-0/+3
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-112-7/+7
* Eliminate warningsGregory Nutt2014-10-111-1/+1
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-11/+3
* Fix some missing conditional compilation that caused build failures in some c...Gregory Nutt2014-10-111-2/+5
* Fix a couple of problems introduced in the last commmitsGregory Nutt2014-10-111-0/+1
* If there mutliple low-priority worker threads, only one needs to perform garb...Gregory Nutt2014-10-114-54/+95
* Add logic for priority inheritance with multiple worker threads. How should ...Gregory Nutt2014-10-101-45/+100
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-108-48/+171
* Fix a few bugs introduced in the last checkinGregory Nutt2014-10-101-4/+2
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-105-1/+389
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-104-18/+22
* Minor changes to work queue timing logicGregory Nutt2014-10-102-0/+10
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-103-35/+121
* Fix some conditional logic in last work queue repartitioning changeGregory Nutt2014-10-102-4/+1
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-108-8/+410
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-105-5/+376
* Update some Kconfig comments; Add a upper limit on the lower priority worker ...Gregory Nutt2014-10-071-0/+14
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-072-0/+379