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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 3 import dummy_threading as _threading namespace
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dummy_threading.py 3 import dummy_threading as _threading namespace
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 5 import threading as _threading namespace
7 import dummy_threading as _threading namespace
33 self.mutex = _threading.Lock()
36 self.not_empty = _threading.Condition(self.mutex)
39 self.not_full = _threading.Condition(self.mutex)
42 self.all_tasks_done = _threading.Condition(self.mutex)
cookielib.py 34 import threading as _threading namespace
36 import dummy_threading as _threading namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 5 import threading as _threading namespace
7 import dummy_threading as _threading namespace
33 self.mutex = _threading.Lock()
36 self.not_empty = _threading.Condition(self.mutex)
39 self.not_full = _threading.Condition(self.mutex)
42 self.all_tasks_done = _threading.Condition(self.mutex)
cookielib.py 34 import threading as _threading namespace
36 import dummy_threading as _threading namespace
    [all...]

Completed in 203 milliseconds