Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-05 | kern/work: update rdxtree calls for 64-bit keys | Richard Braun | |
2013-06-10 | kern/work: fix radix tree usage | Richard 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-09 | kern/work: use a radix tree for worker ID allocation | Richard Braun | |
2013-06-03 | kern/work: new module | Richard Braun | |
This module implements thread pools to concurrently process queues of deferred works. |