dragon.locks
Classes
Cython interface for general dragon lock API |
|
Cython interface for Greedy Shared Dragon Locks |
|
Cython interface for Greedy Shared Dragon Locks |
|
- class DragonLock
Bases:
object
Cython interface for general dragon lock API
- static attach(memobj)
- destroy()
- detach()
- static init(kind, memobj)
- lock()
- static size(kind)
- try_lock()
- unlock()
- class FIFOLock
Bases:
object
Cython interface for Greedy Shared Dragon Locks
- static attach(memobj)
- destroy()
- detach()
- static init(memobj)
- lock()
- static size()
- try_lock()
- unlock()