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

<<11121314151617181920>>

  /external/chromium-trace/catapult/devil/devil/
devil_env.py 12 import threading
87 self._dm_init_lock = threading.Lock()
89 self._logging_init_lock = threading.Lock()
  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 10 import threading
26 thread: a threading.Thread instance.
40 class ReraiserThread(threading.Thread):
210 current_thread = threading.current_thread()
  /external/libmojo/third_party/catapult/devil/devil/android/
logcat_monitor.py 13 import threading
47 self._record_file_lock = threading.Lock()
49 self._stop_recording_event = threading.Event()
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
video_recorder.py 11 import threading
49 self._started = threading.Event()
161 stop_recording = threading.Event()
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread.py 10 import threading
26 thread: a threading.Thread instance.
40 class ReraiserThread(threading.Thread):
210 current_thread = threading.current_thread()
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
lookup.py 12 import threading
14 import dummy_threading as threading
225 self._mutex = threading.Lock()
  /external/python/cpython2/Lib/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 41 import threading
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /external/python/cpython3/Lib/test/libregrtest/
runtest_mp.py 11 import threading
90 self.lock = threading.Lock()
103 class MultiprocessThread(threading.Thread):
  /external/toolchain-utils/automation/server/
job_executer.py 6 import threading
15 class JobExecuter(threading.Thread):
18 threading.Thread.__init__(self)
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 26 import threading
45 self.__lock = threading.Lock()
115 stdout_lock = threading.Lock()
197 self.__lock = threading.Lock()
328 test_lock = threading.Lock()
386 t = threading.Thread(target=func)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
reduction.py 41 import threading
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 41 import threading
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 41 import threading
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_lock.py 12 from threading import Thread
15 from threading import currentThread
17 from threading import current_thread as currentThread
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 41 import threading
96 _lock = threading.Lock()
111 t = threading.Thread(target=_serve)
  /test/framework/harnesses/host_controller/command_processor/
command_build.py 20 import threading
36 build_thread: dict containing threading.Thread instances(s) that
123 thread = threading.currentThread()
212 self.build_thread[args.id] = threading.Thread(
command_config.py 21 import threading
44 schedule_thread: dict containing threading.Thread instances(s) that
125 thread = threading.currentThread()
204 self.schedule_thread[args.id] = threading.Thread(
command_device.py 20 import threading
41 update_thread: threading.Thread that updates device state regularly.
135 thread = threading.currentThread()
201 self.update_thread = threading.Thread(
command_test.py 22 import threading
129 out_thread = threading.Thread(
131 err_thread = threading.Thread(
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
socket_test_utils.py 18 import threading
211 s = threading.Thread(target = _accept_socket,
214 c = threading.Thread(target = _client_socket,
  /external/python/cpython2/Lib/test/
test_hashlib.py 14 import threading
16 threading = None variable
359 @unittest.skipUnless(threading, 'Threading required for this test.')
386 event = threading.Event()
388 threading.Thread(target=hash_in_chunks,

Completed in 1714 milliseconds

<<11121314151617181920>>