Home
last modified time | relevance | path

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

/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
154 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
155 thread_group.StartAll(will_block=True)
157 thread_group.JoinAll(watcher=thread_group.GetWatcher(), timeout=60,
159 if thread_group.IsAlive():
162 return thread_group.GetAllReturnValues()[0]
Dreraiser_thread.py229 thread_group = ReraiserThreadGroup(ReraiserThread(f) for f in funcs)
230 thread_group.StartAll(will_block=True)
231 return thread_group.GetAllReturnValues(watcher=watcher)
/external/bcc/tools/
Doffcputime.py61 thread_group = parser.add_mutually_exclusive_group() variable
64 thread_group.add_argument("-p", "--pid", metavar="PID", dest="tgid",
66 thread_group.add_argument("-t", "--tid", metavar="TID", dest="pid",
68 thread_group.add_argument("-u", "--user-threads-only", action="store_true",
70 thread_group.add_argument("-k", "--kernel-threads-only", action="store_true",
Doffwaketime.py61 thread_group = parser.add_mutually_exclusive_group() variable
64 thread_group.add_argument("-p", "--pid", metavar="PID", dest="tgid",
66 thread_group.add_argument("-t", "--tid", metavar="TID", dest="pid",
68 thread_group.add_argument("-u", "--user-threads-only", action="store_true",
70 thread_group.add_argument("-k", "--kernel-threads-only", action="store_true",
Dprofile.py78 thread_group = parser.add_mutually_exclusive_group() variable
79 thread_group.add_argument("-p", "--pid", type=positive_int,
/external/bcc/tools/old/
Dprofile.py86 thread_group = parser.add_mutually_exclusive_group() variable
87 thread_group.add_argument("-p", "--pid", type=positive_int,
/external/syzkaller/pkg/report/testdata/gvisor/report/
D955 pkg/sentry/kernel/thread_group.go:218 +0x1e5
/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