Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_capi.py67 t = threading.Thread(target=self.pendingcalls_thread, args = (context,))
76 def pendingcalls_thread(self, context): member in TestPendingCalls