summaryrefslogtreecommitdiff
path: root/kern/work.c
AgeCommit message (Collapse)Author
2013-07-05kern/work: update rdxtree calls for 64-bit keysRichard Braun
2013-06-10kern/work: fix radix tree usageRichard Braun
Radix tree operations must be done with preemption enabled since they might allocate memory. Use a separate mutex to synchronize access to the tree.
2013-06-09kern/work: use a radix tree for worker ID allocationRichard Braun
2013-06-03kern/work: new moduleRichard Braun
This module implements thread pools to concurrently process queues of deferred works.