HomeSort by relevance Sort by last modified time
    Searched defs:Locking (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
Synch.py 33 locking __mutex:
142 # Now, the Locking metaclass is a piece of cake.
167 Locking = LockingMetaClass('Locking', (), {})
170 # For kicks, take away the Locking base class and see it die
171 class Buffer(Locking):
202 self.put(item) # Recursive call to test the locking
  /external/python/cpython2/Demo/metaclasses/
Synch.py 33 locking __mutex:
142 # Now, the Locking metaclass is a piece of cake.
167 Locking = LockingMetaClass('Locking', (), {})
170 # For kicks, take away the Locking base class and see it die
171 class Buffer(Locking):
202 self.put(item) # Recursive call to test the locking

Completed in 205 milliseconds