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

/seL4-l4v-10.1.1/l4v/misc/regression/
H A Dmemusage.py19 import subprocess, sys, threading, time namespace
73 class Poller(threading.Thread):
82 self.started = threading.Semaphore(0)
H A Dcpuusage.py33 import threading namespace
62 class Poller(threading.Thread):
63 '''Subclass of threading.Thread that monitors CPU usage of another process.
73 self.started = threading.Semaphore(0)
H A Drun_tests.py35 import threading namespace
154 kill_switch is a threading.Event that is set if the
220 timer = threading.Timer(scaled_test_timeout, do_timeout)
235 kill_switch_thread = threading.Thread(target=watch_kill_switch)
285 cpu_timer = threading.Thread(target=cpu_timeout)
548 kill_switch = threading.Event()
575 test_thread = threading.Thread(

Completed in 39 milliseconds