Searched refs:thread_groups (Results 1 – 4 of 4) sorted by relevance
577 def thread_groups(self): member in KernelTarget
5157 struct thread_group_snapshot_v3 *thread_groups = NULL; in kdp_stackshot_kcdata_format() local5179 thread_groups = (struct thread_group_snapshot_v3 *)out_addr; in kdp_stackshot_kcdata_format()5182 …if (thread_group_iterate_stackshot(stackshot_thread_group_snapshot, thread_groups) != KERN_SUCCESS… in kdp_stackshot_kcdata_format()5975 struct thread_group_snapshot_v3 *thread_groups = arg; in stackshot_thread_group_snapshot() local5976 struct thread_group_snapshot_v3 *tgs = &thread_groups[i]; in stackshot_thread_group_snapshot()
1342 T_DECL(thread_groups, "test getting thread groups in stackshot", T_META_TAG_VM_PREFERRED)2645 NSMutableSet *thread_groups = [[NSMutableSet alloc] init];2665 [thread_groups addObject:@(tgs->tgs_id)];2672 [thread_groups addObject:@(tgs->tgs_id)];2699 …T_ASSERT_TRUE([thread_groups containsObject:@(tg)], "check that the thread group the thread is in …
756 for tg in kern.thread_groups: