summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/wqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warning caused by missing comment closing */. From David Sidrane.Gregory Nutt2014-12-301-1/+1
* Add description of work queues to the porting guide. Update commentsGregory Nutt2014-10-141-5/+2
* Change naming of HP work queue configuration varaibles to be symmetric with L...Gregory Nutt2014-10-111-18/+18
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-18/+18
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-13/+11
* Make building of low-priority work queue independent of also building the hig...Gregory Nutt2014-10-111-24/+7
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-101-12/+6
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-101-34/+2
* Add support for delays of different durations in work queue processingGregory Nutt2014-10-101-17/+32
* Modularize starting of worker threads to better isolate individual initializa...Gregory Nutt2014-10-101-23/+0
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-101-71/+46
* Repartition work queue code. Move kernel-specific parts from libc/wqueue to ...Gregory Nutt2014-10-101-20/+22
* Update some Kconfig comments; Add a upper limit on the lower priority worker ...Gregory Nutt2014-10-071-2/+25
* Add support for priority inheritance on the low priority worker queueGregory Nutt2014-10-071-1/+43
* Add basic data structures that will allow us to move named semaphore support ...Gregory Nutt2014-09-281-1/+1
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-5/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-291-10/+15
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
* configs/stm32f4discovery/pm: Configuration converted to use the kconfig-front...Gregory Nutt2014-03-041-2/+2
* The user-mode work queue was not being startedGregory Nutt2013-12-311-12/+10
* More kernel build fixespatacongo2013-03-071-0/+4
* Implement user-mode work queuespatacongo2013-03-061-41/+205
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-11/+67
* Fix a *critical* bug in the task exit logic. Implements SIGCHILDpatacongo2013-01-121-1/+1
* Patches 7-9 from Petteri Aimonenpatacongo2012-11-171-3/+21
* Add support for multiple work queuespatacongo2012-09-041-8/+76
* Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugspatacongo2012-05-111-2/+18
* Remove executable property from many filespatacongo2011-08-191-0/+0
* More TSC2007 driver updatespatacongo2011-07-301-1/+1
* Misc slip-related fixespatacongo2011-03-151-1/+1
* Switching to C99 stdint.h typespatacongo2009-12-141-3/+5
* Callbacks need to use worker thread; clean up/document configuration settingspatacongo2009-11-171-3/+0
* Fix a potential race conditionpatacongo2009-11-061-2/+13
* Incorporate the work threadpatacongo2009-11-051-0/+17
* Add beginnings of a work threadpatacongo2009-11-051-0/+142