Searched
refs:threading (Results
276 -
300 of
913) sorted by null
<<11121314151617181920>>
| /external/autotest/client/site_tests/hardware_Badblocks/ |
| hardware_Badblocks.py | 5 import logging, re, subprocess, threading 92 t = threading.Timer(tmout, self._timeout, [badblocks_proc])
|
| /external/autotest/client/site_tests/policy_ProxySettings/ |
| policy_ProxySettings.py | 7 import threading 82 self._thread = threading.Thread(target=self._server.serve_forever)
|
| /external/autotest/client/site_tests/security_DeviceJail_Filesystem/ |
| security_DeviceJail_Filesystem.py | 13 import threading 104 timeout = threading.Timer(self.SHUTDOWN_TIMEOUT_SEC,
|
| /external/autotest/server/hosts/ |
| ssh_multiplex.py | 8 import threading 137 self._lock = threading.Lock()
|
| /external/autotest/server/site_tests/platform_ExternalUSBStress/ |
| platform_ExternalUSBStress.py | 5 import logging, threading, time 113 thread = threading.Thread(target = host.suspend)
|
| /external/autotest/site_utils/rpm_control_system/ |
| rpm_dispatcher.py | 12 import threading 65 self._lock = threading.Lock()
|
| /external/chromium-trace/catapult/devil/devil/utils/ |
| reraiser_thread_unittest.py | 7 import threading 87 event = threading.Event()
|
| timeout_retry.py | 9 import threading 149 threading.current_thread().name)
|
| /external/chromium-trace/catapult/systrace/systrace/tracing_agents/ |
| walt_agent.py | 7 import threading 84 self._collection_thread = threading.Thread(
|
| /external/libmojo/third_party/catapult/devil/devil/ |
| devil_env.py | 11 import threading 71 self._dm_init_lock = threading.Lock()
|
| /external/libmojo/third_party/catapult/devil/devil/utils/ |
| reraiser_thread_unittest.py | 7 import threading 87 event = threading.Event()
|
| timeout_retry.py | 9 import threading 149 threading.current_thread().name)
|
| /external/python/cpython2/Lib/test/ |
| test_docxmlrpc.py | 5 threading = test_support.import_module('threading') variable 63 self.thread = threading.Thread(target=self.serv.serve_forever)
|
| /external/python/cpython3/Lib/multiprocessing/ |
| semaphore_tracker.py | 17 import threading 30 self._lock = threading.Lock()
|
| /external/python/cpython3/Lib/test/ |
| test_docxmlrpc.py | 5 threading = support.import_module('threading') variable 73 self.thread = threading.Thread(target=self.serv.serve_forever)
|
| /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/ |
| prefetching_ops_test.py | 21 import threading 39 self._event = threading.Event()
|
| /external/tensorflow/tensorflow/contrib/nccl/python/ops/ |
| nccl_ops.py | 20 import threading 249 _lock = threading.Lock()
|
| /external/v8/tools/testrunner/server/ |
| presence_handler.py | 31 import threading 94 self.shutdown_lock = threading.Lock()
|
| /external/valgrind/ |
| valgrind.spec | 18 memory management and threading bugs, and profile your programs in detail. You
|
| /kernel/tests/net/test/ |
| tun_twister.py | 25 import threading 88 self._thread = threading.Thread(target=self._RunLoop, name="TunTwister")
|
| /system/iot/attestation/at-factory-tool/ |
| fastbootsh.py | 20 import threading 70 self._lock = threading.Lock()
|
| fastbootsubp.py | 20 import threading 75 self._lock = threading.Lock()
|
| /test/framework/harnesses/host_controller/ |
| invocation_thread.py | 19 import threading 28 class InvocationThread(threading.Thread):
|
| main.py | 23 import threading 179 host_thread = threading.Thread(target=host.Run,
|
| /test/framework/harnesses/host_controller/tfc/ |
| tfc_client.py | 19 import threading 165 thread_local = threading.local()
|
Completed in 1241 milliseconds
<<11121314151617181920>>