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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dummy_threading.py 3 import dummy_threading as _threading
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /external/python/cpython2/Lib/test/
test_dummy_threading.py 3 import dummy_threading as _threading
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dummy_threading.py 3 import dummy_threading as _threading
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dummy_threading.py 3 import dummy_threading as _threading
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/test/
test_dummy_threading.py 3 import dummy_threading as _threading
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
8 class TestThread(_threading.Thread):
39 sema = _threading.BoundedSemaphore(value=3)
41 mutex = _threading.RLock()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]
  /external/python/cpython2/Lib/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 5 import threading as _threading
7 import dummy_threading as _threading
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
36 import dummy_threading as _threading
    [all...]

Completed in 1624 milliseconds