Searched refs:thread_group (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | timeout_retry.py | 64 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]
|
D | reraiser_thread.py | 226 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/ |
D | timeout_retry.py | 64 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]
|
D | reraiser_thread.py | 226 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/ |
D | ThreadReferenceImpl.c | 182 (void)outStream_writeObjectRef(env, out, info.thread_group); in threadGroup()
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvmti.h | 522 jthreadGroup thread_group; member
|