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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poplib.py 17 threading = test_support.import_module('threading') variable
107 class DummyPOP3Server(asyncore.dispatcher, threading.Thread):
112 threading.Thread.__init__(self)
118 self.active_lock = threading.Lock()
123 self.__flag = threading.Event()
124 threading.Thread.start(self)
282 self.evt = threading.Event()
286 threading.Thread(target=self.server, args=(self.evt,self.sock)).start()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
analyze_dxp.py 27 import threading
34 _profile_lock = threading.RLock()
  /external/autotest/client/bin/
prespawner.py 42 import logging, subprocess, threading
91 self.thread = threading.Thread(target=run, name='Prespawner')
  /external/autotest/client/common_lib/
powerplay_util.py 5 import error, logging, os, serial, shutil, threading, time
45 self.record_thread = threading.Thread(target=self.start_record_thread)
  /external/autotest/client/cros/
xmlrpc_server.py 12 import threading
16 class XmlRpcServer(threading.Thread):
  /external/autotest/client/site_tests/power_AudioDetector/
power_AudioDetector.py 9 import threading
52 thread = threading.Thread(target=self._play_audio,
  /external/autotest/client/site_tests/power_IdleSuspend/
power_IdleSuspend.py 5 import logging, os, tempfile, threading
81 thread = threading.Thread(target=self.wait_for_suspend)
  /external/autotest/scheduler/
thread_lib.py 25 import threading
32 class ExceptionRememberingThread(threading.Thread):
  /external/autotest/site_utils/lxc/container_pool/
client.py 9 import threading
129 class _ConnectionHelper(threading.Thread):
  /external/libmojo/mojo/public/js/
threading.js 5 // Module "mojo/public/js/threading"
  /external/python/cpython2/Lib/test/
test_contextlib.py 9 import threading
11 threading = None variable
278 @unittest.skipUnless(threading, 'Threading required for this test.')
293 lock = threading.Lock()
297 lock = threading.RLock()
301 lock = threading.Condition()
307 lock = threading.Semaphore()
317 lock = threading.BoundedSemaphore()
test_poplib.py 17 threading = test_support.import_module('threading') variable
107 class DummyPOP3Server(asyncore.dispatcher, threading.Thread):
112 threading.Thread.__init__(self)
118 self.active_lock = threading.Lock()
123 self.__flag = threading.Event()
124 threading.Thread.start(self)
289 self.evt = threading.Event()
293 self.thread = threading.Thread(target=self.server, args=(self.evt,self.sock))
  /external/python/cpython2/Tools/scripts/
analyze_dxp.py 28 import threading
35 _profile_lock = threading.RLock()
  /external/python/cpython3/Lib/multiprocessing/
forkserver.py 8 import threading
37 self._lock = threading.Lock()
  /external/python/cpython3/Tools/scripts/
analyze_dxp.py 27 import threading
34 _profile_lock = threading.RLock()
  /external/tensorflow/tensorflow/python/debug/wrappers/
dumping_wrapper.py 21 import threading
90 self._run_counter_lock = threading.Lock()
  /external/toolchain-utils/automation/server/
machine_manager.py 8 import threading
30 self._lock = threading.RLock()
  /kernel/tests/net/test/
anycast_test.py 19 import threading
41 class CloseFileDescriptorThread(threading.Thread):
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-find-all-symbols.py 35 import threading
101 t = threading.Thread(target=run_find_all_symbols,

Completed in 770 milliseconds

1 2 3 4 5 6 78 91011>>