aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/cheap.c
Commit message (Collapse)AuthorAge
* remove concurrent heap from mainlineBjoern B. Brandenburg2009-09-10
|
* cleanup trailing whitespaceBjoern B. Brandenburg2009-09-10
|
* concurrent heap: disable lockdepBjoern B. Brandenburg2009-04-19
| | | | | | Lockdep doesn't like the heap's locking pattern. We'd have to allocate a locking class for each cheap_node, which is a bit excessive memory-wise.
* litmus core: add concurrent heap impl.Bjoern B. Brandenburg2009-04-18