HomeSort by relevance Sort by last modified time
    Searched refs:pendingcalls_thread (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_capi.py 69 t = threading.Thread(target=self.pendingcalls_thread, args = (context,))
78 def pendingcalls_thread(self, context): member in class:TestPendingCalls
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_capi.py 69 t = threading.Thread(target=self.pendingcalls_thread, args = (context,))
78 def pendingcalls_thread(self, context): member in class:TestPendingCalls
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 69 t = threading.Thread(target=self.pendingcalls_thread, args = (context,))
78 def pendingcalls_thread(self, context): member in class:TestPendingCalls
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 69 t = threading.Thread(target=self.pendingcalls_thread, args = (context,))
78 def pendingcalls_thread(self, context): member in class:TestPendingCalls

Completed in 558 milliseconds