| /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/urlhandler/ |
| protocol_loop.py | 19 import threading namespace 44 self.buffer_lock = threading.Lock()
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
| sslproxy_test.py | 22 import threading namespace 116 thread = threading.Thread(target=self.serve_forever)
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sts/ |
| connection.py | 32 import threading namespace 88 self._mutex = threading.Semaphore()
|
| /external/chromium-trace/catapult/trace_processor/third_party/cloudstorage/ |
| api_utils.py | 28 import threading namespace 60 _thread_local_settings = threading.local()
|
| /external/skia/tools/ |
| git-sync-deps | 36 import threading namespace 210 thread = threading.Thread(None, function, None, args)
|
| /external/sonivox/jet_tools/JetCreator/ |
| JetPreview.py | 26 import threading
namespace 42 self.playerLock = threading.RLock()
|
| /external/v8/build/android/pylib/base/ |
| base_test_result.py | 7 import threading namespace 97 self._results_lock = threading.RLock()
|
| test_dispatcher.py | 22 import threading namespace 39 self._lock = threading.Lock()
|
| /external/v8/build/android/pylib/local/device/ |
| local_device_environment.py | 10 import threading namespace 35 self._devices_lock = threading.Lock()
|
| /external/v8/tools/testrunner/server/ |
| work_handler.py | 33 import threading namespace 149 self.job_lock = threading.Lock()
|
| /external/valgrind/none/tests/solaris/ |
| coredump_many_threads.post.exp | 4 threading model: native threads
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| eapol_test.py | 14 import threading namespace 129 t[i] = threading.Thread(target=run, args=(str(i), iter,
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
| heap.py | 40 import threading namespace 96 self._lock = threading.Lock()
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_ftplib.py | 21 threading = test_support.import_module('threading') variable 207 class DummyFTPServer(asyncore.dispatcher, threading.Thread): 212 threading.Thread.__init__(self) 218 self.active_lock = threading.Lock() 223 self.__flag = threading.Event() 224 threading.Thread.start(self) 668 self.evt = threading.Event() 672 threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
|
| test_imaplib.py | 3 # threading, this test module should be split. Right now we skip 4 # them all if we don't have threading. 5 threading = support.import_module('threading') variable 123 t = threading.Thread(
|
| /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
| heap.py | 40 import threading namespace 96 self._lock = threading.Lock()
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_ftplib.py | 21 threading = test_support.import_module('threading') variable 207 class DummyFTPServer(asyncore.dispatcher, threading.Thread): 212 threading.Thread.__init__(self) 218 self.active_lock = threading.Lock() 223 self.__flag = threading.Event() 224 threading.Thread.start(self) 668 self.evt = threading.Event() 672 threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
|
| test_imaplib.py | 3 # threading, this test module should be split. Right now we skip 4 # them all if we don't have threading. 5 threading = support.import_module('threading') variable 123 t = threading.Thread(
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
| heap.py | 40 import threading namespace 96 self._lock = threading.Lock()
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_ftplib.py | 21 threading = test_support.import_module('threading') variable 207 class DummyFTPServer(asyncore.dispatcher, threading.Thread): 212 threading.Thread.__init__(self) 218 self.active_lock = threading.Lock() 223 self.__flag = threading.Event() 224 threading.Thread.start(self) 668 self.evt = threading.Event() 672 threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
|
| test_imaplib.py | 3 # threading, this test module should be split. Right now we skip 4 # them all if we don't have threading. 5 threading = support.import_module('threading') variable 123 t = threading.Thread(
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
| heap.py | 40 import threading namespace 96 self._lock = threading.Lock()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_ftplib.py | 21 threading = test_support.import_module('threading') variable 207 class DummyFTPServer(asyncore.dispatcher, threading.Thread): 212 threading.Thread.__init__(self) 218 self.active_lock = threading.Lock() 223 self.__flag = threading.Event() 224 threading.Thread.start(self) 668 self.evt = threading.Event() 672 threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
|
| test_imaplib.py | 3 # threading, this test module should be split. Right now we skip 4 # them all if we don't have threading. 5 threading = support.import_module('threading') variable 123 t = threading.Thread(
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| event_dispatcher.py | 21 import threading namespace 49 self.lock = threading.RLock() 361 be a threading.Event object.
|