summaryrefslogtreecommitdiff
path: root/examples/interface-locking-test.py
AgeCommit message (Collapse)AuthorFilesLines
2007-03-31change locking semantics slightly and add missing locking bitsDavid Zeuthen1-3/+7
2007-03-31change locking semantics a bit and add guidelines for SystemPowerManagementDavid Zeuthen1-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-27fix up ReleaseGlobalInterfaceLock() and improve locking exampleDavid Zeuthen1-1/+8
2007-03-27clean up locking exampleDavid Zeuthen1-36/+3
2007-03-25add interface locking and remove generic locking API committed yesterdayDavid Zeuthen1-0/+51
Now to write some docs how all this works...