Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-31 | change locking semantics slightly and add missing locking bits | David Zeuthen | 1 | -3/+7 | |
2007-03-31 | change locking semantics a bit and add guidelines for SystemPowerManagement | David Zeuthen | 1 | -4/+11 | |
The change in locking semantics is that a lock-holder can now access a device even if other processes have locks on the device. | |||||
2007-03-27 | fix up ReleaseGlobalInterfaceLock() and improve locking example | David Zeuthen | 1 | -1/+8 | |
2007-03-27 | clean up locking example | David Zeuthen | 1 | -36/+3 | |
2007-03-25 | add interface locking and remove generic locking API committed yesterday | David Zeuthen | 1 | -0/+51 | |
Now to write some docs how all this works... |