Searched refs:thread_group (Results 1 – 9 of 9) sorted by relevance
/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 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]
|
D | reraiser_thread.py | 229 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/ |
D | offcputime.py | 61 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",
|
D | offwaketime.py | 61 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",
|
D | profile.py | 78 thread_group = parser.add_mutually_exclusive_group() variable 79 thread_group.add_argument("-p", "--pid", type=positive_int,
|
/external/bcc/tools/old/ |
D | profile.py | 86 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/ |
D | 9 | 55 pkg/sentry/kernel/thread_group.go:218 +0x1e5
|
/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
|