Home
last modified time | relevance | path

Searched refs:ThreadWithException (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tools/calmbench/
Dab.py130 class ThreadWithException(Thread): class
132 super(ThreadWithException, self).__init__(target = target)
142 super(ThreadWithException, self).join(timeout)
154 t = ThreadWithException(target = fn)
/third_party/flutter/skia/tools/calmbench/
Dab.py128 class ThreadWithException(Thread): class
130 super(ThreadWithException, self).__init__(target = target)
140 super(ThreadWithException, self).join(timeout)
152 t = ThreadWithException(target = fn)