Home
last modified time | relevance | path

Searched refs:threading (Results 1 – 3 of 3) sorted by relevance

/trusty/vendor/google/aosp/scripts/
Dlog_processor.py24 import threading
144 class LogProcessor(threading.Thread):
190 threading.Thread.__init__(self)
388 class RepeatTimer(threading.Timer):
399 lock = threading.Lock()
/trusty/kernel/app/consoletest/
Dconsoletest.c82 TEST(consoletest, threading) { in TEST() argument
/trusty/device/arm/generic-arm64/project/qemu/
Dqemu.py17 import threading
540 kill_timer = threading.Timer(timeout, kill_testrunner)