| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_queue.py | 7 threading = test_support.import_module('threading') variable 12 class _TriggerThread(threading.Thread): 16 self.startedEvent = threading.Event() 17 threading.Thread.__init__(self) 88 self.cumlock = threading.Lock() 156 threading.Thread(target=self.worker, args=(q,)).start()
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
| managers.py | 45 import threading namespace 167 self.mutex = threading.RLock() 182 t = threading.Thread(target=self.handle_request, args=(c,)) 230 threading.current_thread().name) 280 threading.current_thread().name) 293 threading.current_thread().name) 421 threading.current_thread().name = name 740 if threading.current_thread().name != 'MainThread': 741 name += '|' + threading.current_thread().name 754 threading.current_thread().name [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
| managers.py | 45 import threading namespace 167 self.mutex = threading.RLock() 182 t = threading.Thread(target=self.handle_request, args=(c,)) 230 threading.current_thread().name) 280 threading.current_thread().name) 293 threading.current_thread().name) 421 threading.current_thread().name = name 740 if threading.current_thread().name != 'MainThread': 741 name += '|' + threading.current_thread().name 754 threading.current_thread().name [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
| managers.py | 45 import threading namespace 167 self.mutex = threading.RLock() 182 t = threading.Thread(target=self.handle_request, args=(c,)) 230 threading.current_thread().name) 280 threading.current_thread().name) 293 threading.current_thread().name) 421 threading.current_thread().name = name 740 if threading.current_thread().name != 'MainThread': 741 name += '|' + threading.current_thread().name 754 threading.current_thread().name [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
| managers.py | 45 import threading namespace 167 self.mutex = threading.RLock() 182 t = threading.Thread(target=self.handle_request, args=(c,)) 230 threading.current_thread().name) 280 threading.current_thread().name) 293 threading.current_thread().name) 421 threading.current_thread().name = name 740 if threading.current_thread().name != 'MainThread': 741 name += '|' + threading.current_thread().name 754 threading.current_thread().name [all...] |
| /development/testrunner/ |
| run_command.py | 22 import threading namespace 120 t = threading.Thread(target=Run)
|
| /external/autotest/client/site_tests/hardware_Badblocks/ |
| hardware_Badblocks.py | 5 import logging, re, subprocess, threading namespace 92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])
|
| /external/autotest/client/site_tests/policy_ProxySettings/ |
| policy_ProxySettings.py | 6 import threading namespace 91 self._thread = threading.Thread(target=self._server.serve_forever)
|
| /external/autotest/scheduler/ |
| status_server.py | 1 import BaseHTTPServer, cgi, threading, urllib, fcntl, logging namespace 126 self._thread = threading.Thread(target=self._serve_until_shutdown,
|
| thread_lib.py | 25 import threading namespace 33 class ExceptionRememberingThread(threading.Thread):
|
| /external/autotest/server/site_tests/platform_ExternalUSBStress/ |
| platform_ExternalUSBStress.py | 5 import logging, threading, time namespace 113 thread = threading.Thread(target = host.suspend)
|
| /external/autotest/server/site_tests/platform_FullyChargedPowerStatus/ |
| platform_FullyChargedPowerStatus.py | 5 import logging, threading, time namespace 83 thread = threading.Thread(target = self.host.suspend)
|
| /external/autotest/site_utils/rpm_control_system/ |
| rpm_dispatcher.py | 12 import threading namespace 65 self._lock = threading.Lock()
|
| /external/chromium-trace/catapult/devil/devil/ |
| devil_env.py | 11 import threading namespace 86 self._dm_init_lock = threading.Lock()
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| reraiser_thread_unittest.py | 7 import threading namespace 87 event = threading.Event()
|
| timeout_retry.py | 9 import threading namespace 149 threading.current_thread().name)
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
| java_heap_profiler.py | 8 import threading namespace 35 self._timer = threading.Timer(self._DEFAULT_INTERVAL, self._OnTimer)
|
| /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
| certutils_test.py | 22 import threading namespace 38 thread = threading.Thread(target=self.serve_forever)
|
| /external/chromium-trace/catapult/third_party/Paste/paste/ |
| reloader.py | 47 import threading namespace 61 t = threading.Thread(target=mon.periodic_reload)
|
| /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
| test_devshell.py | 20 import threading namespace 31 class _AuthReferenceServer(threading.Thread):
|
| /external/chromium-trace/catapult/third_party/webtest/webtest/ |
| http.py | 7 import threading namespace 118 server.runner = threading.Thread(target=server.run)
|
| /external/chromium-trace/catapult/tracing/tracing/mre/ |
| threaded_work_queue.py | 4 import threading namespace 104 t = threading.Thread(target=self._ThreadMain)
|
| /external/v8/tools/testrunner/server/ |
| presence_handler.py | 31 import threading namespace 94 self.shutdown_lock = threading.Lock()
|
| /tools/test/connectivity/acts/framework/acts/controllers/ |
| android.py | 26 import threading namespace 56 self.lock = threading.RLock()
|
| /external/autotest/server/cros/ap_configurators/ |
| ap_cartridge.py | 12 from threading import Thread
|