summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue/work_thread.c
Commit message (Expand)AuthorAgeFilesLines
* Work queue: Yield between queue items to ensure queue execution stays in lock...wqueue_yieldLorenz Meier2015-04-141-0/+7
* Update work_thread.cLiio Chen2015-01-271-1/+2
* Remove user_map.h; replace with a header at the beginning of the user-space b...patacongo2013-03-101-2/+5
* Implement user-mode work queuespatacongo2013-03-061-5/+61
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and w...patacongo2013-03-051-0/+254