Searched refs:_thread (Results 1 - 24 of 24) sorted by relevance

/external/autotest/server/cros/
H A Dremote_command.py61 self._thread = _HelperThread(self._host, cmd)
62 self._thread.start()
85 self._thread.join(timeout)
86 if self._thread.isAlive():
107 return self._thread.result
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c116 char *_thread; local
117 asprintf(&_thread, "%"PRIu64, thread);
118 if (_thread) {
119 asl_set(msg, "Thread", _thread);
120 free(_thread);
/external/autotest/client/site_tests/policy_ProxySettings/
H A Dpolicy_ProxySettings.py70 self._thread = threading.Thread(target=self._server.serve_forever)
74 self._thread.start()
79 self._thread.join()
/external/autotest/client/cros/
H A Ddevice_jail_utils.py46 self._thread = threading.Thread(target=target_func)
51 self._thread.start()
54 self._thread.join(self._timeout_func())
55 if self._thread.is_alive() and not exc_val:
H A Ddns_server.py21 self._thread = threading.Thread(target=self._dns.run,
53 self._thread.start()
126 self._thread.join()
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/examples/
H A Dechoapp_client.py4 except ImportError: # TODO use Threading instead of _thread in python3
5 import _thread as thread
/external/autotest/scheduler/
H A Dstatus_server.py126 self._thread = threading.Thread(target=self._serve_until_shutdown,
128 self._thread.start()
/external/autotest/client/cros/audio/
H A Dcmd_utils.py59 self._thread = threading.Thread(target=self._service_run)
60 self._thread.daemon = True
61 self._thread.start()
104 self._thread.join()
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_socket_manager_posix.cc188 : _thread(UdpSocketManagerPosixImpl::Run,
224 _thread.Start();
225 _thread.SetPriority(rtc::kRealtimePriority);
233 _thread.Stop();
H A Dudp_socket_manager_posix.h78 rtc::PlatformThread _thread; member in class:webrtc::test::UdpSocketManagerPosixImpl
/external/libxml2/python/tests/
H A Dthread2.py4 from _thread import get_ident
/external/skia/infra/bots/recipe_modules/core/resources/
H A Delf_symbolizer.py244 self._thread = None # Threading.thread instance.
321 The poller |_thread| will terminate as well due to the broken pipe."""
409 self._thread = threading.Thread(
412 self._thread.daemon = True # Don't prevent early process exit.
413 self._thread.start()
/external/autotest/client/site_tests/network_ProxyResolver/
H A Dnetwork_ProxyResolver.py84 self._thread = threading.Thread(target=self._server.serve_forever)
88 self._thread.start()
94 self._thread.join()
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc180 rtc::PlatformThread _thread; member in class:ThreadTest
185 if (_thread)
186 _thread->Stop();
191 _thread(Run, this, "ThreadTest thread");
264 _thread->Stop();
273 if (_thread)
275 _thread->Start();
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/
H A Drfc2217.py432 self._thread = threading.Thread(target=self._telnetReadLoop)
433 self._thread.setDaemon(True)
434 self._thread.setName('pySerial RFC 2217 reader thread for %s' % (self._port,))
435 self._thread.start()
517 if self._thread:
518 self._thread.join()
578 if self._thread is None:
744 self._thread = None
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1047 milliseconds