Home
last modified time | relevance | path

Searched refs:condtype (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dlock_tests.py311 cond = self.condtype()
319 cond = self.condtype(lock)
330 cond = self.condtype()
334 cond = self.condtype()
388 cond = self.condtype()
394 cond = self.condtype()
Dtest_threading.py684 condtype = staticmethod(threading.Condition) variable in ConditionTests