Searched refs:thread_groups (Results 1 – 3 of 3) sorted by relevance
2728 struct thread_group_snapshot_v2 *thread_groups = NULL; in kdp_stackshot_kcdata_format() local2751 thread_groups = (struct thread_group_snapshot_v2 *)out_addr; in kdp_stackshot_kcdata_format()2754 …if (thread_group_iterate_stackshot(stackshot_thread_group_snapshot, thread_groups) != KERN_SUCCESS… in kdp_stackshot_kcdata_format()3343 struct thread_group_snapshot_v2 *thread_groups = (struct thread_group_snapshot_v2 *)arg; in stackshot_thread_group_snapshot() local3344 struct thread_group_snapshot_v2 *tgs = &thread_groups[i]; in stackshot_thread_group_snapshot()
1218 T_DECL(thread_groups, "test getting thread groups in stackshot")2005 NSMutableSet *thread_groups = [[NSMutableSet alloc] init];2025 [thread_groups addObject:@(tgs->tgs_id)];2033 [thread_groups addObject:@(tgs->tgs_id)];2060 …T_ASSERT_TRUE([thread_groups containsObject:@(tg)], "check that the thread group the thread is in …
633 for tg in kern.thread_groups: