summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue/wqueue.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some compiler errors in user-work queue configuration that crept in the l...Gregory Nutt2014-10-111-1/+0
* Rename CONFIG_SCHED_USRWORK to CONFIG_LIB_USRWORKGregory Nutt2014-10-111-2/+2
* Decouple the user-space work queue from the kernel space work queuesGregory Nutt2014-10-111-7/+2
* Add support for multiple low-priority worker threadsGregory Nutt2014-10-101-1/+10
* User-mode work queue logic should not disable interruptsGregory Nutt2014-10-101-1/+52
* Decoupling work queue data structures. This is part of the preparation to su...Gregory Nutt2014-10-101-0/+71