HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 426 - 450 of 913) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 10 import threading
75 thread = threading.Thread(target=self.action_suspend)
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 11 import threading
49 thread = threading.Thread(target=self.action_suspend)
  /external/autotest/site_utils/rpm_control_system/
frontend_server.py 12 import threading
89 self._lock = threading.Lock()
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 12 import threading
181 get_tick_count_lock = threading.Lock()
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor_test.py 9 import threading
97 finished_lock = threading.Lock()
  /external/chromium-trace/catapult/third_party/pyserial/serial/urlhandler/
protocol_loop.py 19 import threading
44 self.buffer_lock = threading.Lock()
  /external/libcxx/utils/libcxx/
util.py 18 import threading
219 timerObject = threading.Timer(timeout, killProcess)
  /external/libmojo/third_party/catapult/devil/devil/android/
logcat_monitor_test.py 9 import threading
97 finished_lock = threading.Lock()
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
compat.py 87 import threading
93 import dummy_threading as threading
  /external/python/cpython2/Lib/multiprocessing/
heap.py 40 import threading
96 self._lock = threading.Lock()
  /external/python/cpython2/Lib/test/
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(
  /external/python/cpython3/Lib/test/
test_poplib.py 15 threading = test_support.import_module('threading') variable
196 class DummyPOP3Server(asyncore.dispatcher, threading.Thread):
201 threading.Thread.__init__(self)
207 self.active_lock = threading.Lock()
213 self.__flag = threading.Event()
214 threading.Thread.start(self)
453 self.evt = threading.Event()
457 self.thread = threading.Thread(target=self.server, args=(self.evt,self.sock))
  /external/skia/tools/
git-sync-deps 36 import threading
230 thread = threading.Thread(None, function, None, args)
  /external/skqp/tools/
git-sync-deps 36 import threading
230 thread = threading.Thread(None, function, None, args)
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 26 import threading
42 self.playerLock = threading.RLock()
  /external/tensorflow/tensorflow/contrib/data/python/kernel_tests/
interleave_dataset_op_test.py 22 import threading
111 # Set up threading events used to sequence when items are produced that
118 self.read_coordination_events[i] = threading.Semaphore(0)
119 self.write_coordination_events[i] = threading.Event()
228 self.read_coordination_events[i] = threading.Semaphore(0)
287 self.read_coordination_events[3] = threading.Semaphore(0)
288 self.write_coordination_events[3] = threading.Event()
289 self.read_coordination_events[7] = threading.Semaphore(0)
290 self.write_coordination_events[7] = threading.Event()
  /external/tensorflow/tensorflow/contrib/eager/python/
datasets.py 21 import threading
37 _uid_lock = threading.Lock()
  /external/tensorflow/tensorflow/contrib/tensor_forest/hybrid/python/ops/
training_ops.py 20 import threading
33 _ops_lock = threading.Lock()
  /external/tensorflow/tensorflow/python/ops/
script_ops.py 26 import threading
79 self._lock = threading.Lock()
  /external/tensorflow/tensorflow/python/platform/
tf_logging.py 33 import threading
43 _logger_lock = threading.Lock()
  /external/v8/tools/testrunner/server/
work_handler.py 33 import threading
149 self.job_lock = threading.Lock()
  /external/wpa_supplicant_8/wpa_supplicant/
eapol_test.py 14 import threading
129 t[i] = threading.Thread(target=run, args=(str(i), iter,
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-clang-tidy.py 48 import threading
208 t = threading.Thread(target=run_tidy,
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-clang-tidy.py 48 import threading
208 t = threading.Thread(target=run_tidy,
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-clang-tidy.py 49 import threading
244 t = threading.Thread(target=run_tidy,

Completed in 1396 milliseconds

<<11121314151617181920>>