| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_winreg.py | 7 threading = test_support.import_module("threading") variable 244 class VeryActiveThread(threading.Thread):
|
| test_sys.py | 318 import threading, thread 324 entered_g = threading.Event() 325 leave_g = threading.Event() 336 t = threading.Thread(target=f123) 358 # threading.py are also in the thread's call stack.
|
| /system/core/init/ |
| perfboot.py | 51 import threading 144 self._timer = threading.Timer(timeout, notify_timeout)
|
| /tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
| CoexBaseTest.py | 18 import threading 250 self.thread = threading.Thread(target=function)
|
| /tools/test/connectivity/acts/tests/google/wifi/ |
| WifiPowerTest.py | 18 import threading 319 t = threading.Thread(target=attn_control)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| Queue.py | 5 import threading as _threading
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_sys.py | 306 import threading, thread
312 entered_g = threading.Event()
313 leave_g = threading.Event()
324 t = threading.Thread(target=f123)
346 # threading.py are also in the thread's call stack.
|
| /external/autotest/client/site_tests/platform_TLSDateActual/ |
| platform_TLSDateActual.py | 21 from threading import Thread
|
| /external/python/cpython2/Lib/ |
| Queue.py | 5 import threading as _threading
|
| /external/python/cpython2/Lib/test/ |
| test_httpservers.py | 27 threading = test_support.import_module('threading') variable 51 class TestServerThread(threading.Thread): 53 threading.Thread.__init__(self) 75 self.server_started = threading.Event()
|
| test_sys.py | 302 import threading, thread 308 entered_g = threading.Event() 309 leave_g = threading.Event() 320 t = threading.Thread(target=f123) 342 # threading.py are also in the thread's call stack.
|
| test_urllib2_localnet.py | 12 threading = test_support.import_module('threading') variable 53 class LoopbackHttpServerThread(threading.Thread): 57 threading.Thread.__init__(self) 59 self.ready = threading.Event()
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| test_futures.py | 6 import threading 364 return (arg, threading.get_ident()) 371 self.assertNotEqual(ident, threading.get_ident()) 382 return (arg, threading.get_ident())
|
| /external/python/cpython3/Lib/test/ |
| test_gc.py | 13 import threading 15 threading = None variable 355 @unittest.skipUnless(threading, "test meaningless on builds without threads") 405 t = threading.Thread(target=run_thread) [all...] |
| test_wsgiref.py | 256 threading = support.import_module("threading") 268 interrupted = threading.Event() 276 main_thread = threading.get_ident() 296 background = threading.Thread(target=run_client)
|
| /external/tensorflow/tensorflow/python/kernel_tests/ |
| map_stage_op_test.py | 200 import threading 214 t = threading.Thread(target=thread_run) 262 import threading 278 t = threading.Thread(target=thread_run)
|
| /external/toolchain-utils/crosperf/ |
| experiment.py | 12 from threading import Lock
|
| /external/v4l2_codec2/include/ |
| C2VDAComponent.h | 27 #include <base/threading/thread.h>
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| Queue.py | 5 import threading as _threading
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_sys.py | 318 import threading, thread 324 entered_g = threading.Event() 325 leave_g = threading.Event() 336 t = threading.Thread(target=f123) 358 # threading.py are also in the thread's call stack.
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| Queue.py | 5 import threading as _threading
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_sys.py | 318 import threading, thread 324 entered_g = threading.Event() 325 leave_g = threading.Event() 336 t = threading.Thread(target=f123) 358 # threading.py are also in the thread's call stack.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| Queue.py | 5 import threading as _threading
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_sys.py | 318 import threading, thread 324 entered_g = threading.Event() 325 leave_g = threading.Event() 336 t = threading.Thread(target=f123) 358 # threading.py are also in the thread's call stack.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| Queue.py | 5 import threading as _threading
|