Searched defs:_threading (Results 1 - 9 of 9) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_dummy_threading.py3 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/
H A Dtest_dummy_threading.py3 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/
H A DQueue.py5 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)
H A Dcookielib.py34 import threading as _threading namespace
36 import dummy_threading as _threading namespace
1222 self._cookies_lock = _threading.RLock()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DQueue.py5 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)
H A Dcookielib.py34 import threading as _threading namespace
36 import dummy_threading as _threading namespace
1222 self._cookies_lock = _threading.RLock()
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 170 milliseconds