HomeSort by relevance Sort by last modified time
    Searched refs:threading (Results 251 - 275 of 524) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 38 import threading # we want threading to install it's namespace
336 self._lock = threading.Lock()
340 class ForkAwareLocal(threading.local):
queues.py 39 import threading namespace
88 self._notempty = threading.Condition(threading.Lock())
182 self._thread = threading.Thread(
  /cts/hostsidetests/theme/
android_device.py 21 import threading namespace
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
testserver.py 33 from threading import Thread
  /external/v8/tools/testrunner/local/
commands.py 31 from threading import Timer
  /external/vulkan-validation-layers/build-android/jni/
Android.mk 100 LOCAL_SRC_FILES += $(LAYER_DIR)/layer-src/threading/threading.cpp
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py 23 - threading (each request is handled by a new thread)
52 Forking and threading versions of each type of server can be created
54 instance, a threading UDP server class is created as follows:
77 you can use a threading server, but you will probably have to use
85 to read all the data it has requested. Here a threading or forking
138 import threading namespace
140 import dummy_threading as threading namespace
210 self.__is_shut_down = threading.Event()
601 t = threading.Thread(target = self.process_request_thread,
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py 39 import threading namespace
88 self._notempty = threading.Condition(threading.Lock())
182 self._thread = threading.Thread(
  /prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py 23 - threading (each request is handled by a new thread)
52 Forking and threading versions of each type of server can be created
54 instance, a threading UDP server class is created as follows:
77 you can use a threading server, but you will probably have to use
85 to read all the data it has requested. Here a threading or forking
138 import threading namespace
140 import dummy_threading as threading namespace
210 self.__is_shut_down = threading.Event()
601 t = threading.Thread(target = self.process_request_thread,
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py 39 import threading namespace
88 self._notempty = threading.Condition(threading.Lock())
182 self._thread = threading.Thread(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SocketServer.py 23 - threading (each request is handled by a new thread)
52 Forking and threading versions of each type of server can be created
54 instance, a threading UDP server class is created as follows:
77 you can use a threading server, but you will probably have to use
85 to read all the data it has requested. Here a threading or forking
138 import threading namespace
140 import dummy_threading as threading namespace
210 self.__is_shut_down = threading.Event()
601 t = threading.Thread(target = self.process_request_thread,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 39 import threading namespace
88 self._notempty = threading.Condition(threading.Lock())
182 self._thread = threading.Thread(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SocketServer.py 23 - threading (each request is handled by a new thread)
52 Forking and threading versions of each type of server can be created
54 instance, a threading UDP server class is created as follows:
77 you can use a threading server, but you will probably have to use
85 to read all the data it has requested. Here a threading or forking
138 import threading namespace
140 import dummy_threading as threading namespace
210 self.__is_shut_down = threading.Event()
601 t = threading.Thread(target = self.process_request_thread,
  /system/tpm/tpm_manager/server/
tpm_manager_service.h 25 #include <base/threading/thread.h>
44 // THREADING NOTES:
  /system/tpm/trunks/
trunksd.cc 22 #include <base/threading/thread.h>
  /tools/test/connectivity/acts/tests/google/bt/system_tests/
RfcommStressTest.py 21 import threading namespace
  /external/autotest/client/common_lib/
barrier_unittest.disabled 5 import os, sys, socket, errno, unittest, threading namespace
193 client = threading.Thread(target=_thread_rdv,
base_barrier_unittest.py 5 import os, sys, socket, errno, unittest, threading namespace
183 client = threading.Thread(target=_thread_rdv,
  /external/autotest/client/cros/
memory_bandwidth_logger.py 12 import threading namespace
140 class MemoryBandwidthLogger(threading.Thread):
  /external/autotest/client/site_tests/platform_MetricsUploader/
platform_MetricsUploader.py 10 import threading namespace
66 self.server_thread = threading.Thread(target=self.serve_forever)
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 10 import threading namespace
79 thread = threading.Thread(target=self.action_suspend)
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 11 import threading namespace
48 thread = threading.Thread(target=self.action_suspend)
  /external/autotest/site_utils/rpm_control_system/
frontend_server.py 12 import threading namespace
89 self._lock = threading.Lock()
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_time.py 12 import threading namespace
179 get_tick_count_lock = threading.Lock()
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor_test.py 9 import threading namespace
97 finished_lock = threading.Lock()

Completed in 845 milliseconds

<<11121314151617181920>>