summaryrefslogtreecommitdiff
path: root/nuttx/libc/wqueue
Commit message (Collapse)AuthorAgeFilesLines
* Remove user_map.h; replace with a header at the beginning of the user-space ↵patacongo2013-03-102-5/+6
| | | | | | blob. User work queue no started by os_brinup() on behalf of the application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5727 42af7a65-404d-4744-a932-0658087f49c3
* Implement user-mode work queuespatacongo2013-03-063-5/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and ↵patacongo2013-03-055-0/+656
will be extended to support user-space work queues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5711 42af7a65-404d-4744-a932-0658087f49c3