summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue
Commit message (Expand)AuthorAgeFilesLines
* Fix backward calculation in the work queue timing. From Liio Chen via the PX...Gregory Nutt2015-01-271-5/+13
* Fix error in protected build, user-mode work queueGregory Nutt2014-10-121-13/+9
* Fix some compiler errors in user-work queue configuration that crept in the l...Gregory Nutt2014-10-114-6/+3
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-117-19/+19
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-117-22/+12
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-105-18/+28
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-108-315/+512
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-104-22/+34
* Minor changes to work queue timing logicGregory Nutt2014-10-102-6/+55
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-103-118/+49
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-106-43/+194
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-103-127/+124
* Iniial implementatin of aio_cancel()Gregory Nutt2014-10-051-3/+8
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-011-1/+1
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-293-6/+6
* Cosmetic changes, mostly to commentsGregory Nutt2014-07-291-2/+2
* Fix some recurring typos: postion->position, *atino->*ationGregory Nutt2014-07-081-1/+1
* Fixes for networking and tiny webserver from MaxGregory Nutt2014-06-291-14/+32
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* The user-mode work queue was not being startedGregory Nutt2013-12-312-4/+5
* Fix some minor kernel mose NxWM build issuesGregory Nutt2013-12-301-6/+4
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-102-5/+6
* Implement user-mode work queuespatacongo2013-03-063-5/+183
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-055-0/+656