Home
last modified time | relevance | path

Searched refs:thread_group (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/utils/
Dtimeout_retry.py64 thread_group = reraiser_thread.CurrentThreadGroup()
65 while thread_group:
66 if isinstance(thread_group, TimeoutRetryThreadGroup):
67 return thread_group
68 thread_group = thread_group.blocked_parent_thread_group
153 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
154 thread_group.StartAll(will_block=True)
156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
158 if thread_group.IsAlive():
161 return thread_group.GetAllReturnValues()[0]
Dreraiser_thread.py226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
227 thread_group.StartAll(will_block=True)
228 return thread_group.GetAllReturnValues(watcher=watcher)
/external/chromium-trace/catapult/devil/devil/utils/
Dtimeout_retry.py64 thread_group = reraiser_thread.CurrentThreadGroup()
65 while thread_group:
66 if isinstance(thread_group, TimeoutRetryThreadGroup):
67 return thread_group
68 thread_group = thread_group.blocked_parent_thread_group
153 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
154 thread_group.StartAll(will_block=True)
156 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
158 if thread_group.IsAlive():
161 return thread_group.GetAllReturnValues()[0]
Dreraiser_thread.py226 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
227 thread_group.StartAll(will_block=True)
228 return thread_group.GetAllReturnValues(watcher=watcher)
/external/oj-libjdwp/src/share/back/
DThreadReferenceImpl.c182 (void)outStream_writeObjectRef(env, out, info.thread_group); in threadGroup()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h522 jthreadGroup thread_group; member