Searched refs:threading (Results 1 – 3 of 3) sorted by relevance
24 import threading144 class LogProcessor(threading.Thread):190 threading.Thread.__init__(self)388 class RepeatTimer(threading.Timer):399 lock = threading.Lock()
82 TEST(consoletest, threading) { in TEST() argument
17 import threading540 kill_timer = threading.Timer(timeout, kill_testrunner)