Searched refs:tgs (Results 1 – 2 of 2) sorted by relevance
3344 struct thread_group_snapshot_v2 *tgs = &thread_groups[i]; in stackshot_thread_group_snapshot() local3346 tgs->tgs_id = thread_group_get_id(tg); in stackshot_thread_group_snapshot()3347 stackshot_memcpy(tgs->tgs_name, thread_group_get_name(tg), THREAD_GROUP_MAXNAME); in stackshot_thread_group_snapshot()3348 tgs->tgs_flags = ((flags & THREAD_GROUP_FLAGS_EFFICIENT) ? kThreadGroupEfficient : 0) | in stackshot_thread_group_snapshot()
2024 struct thread_group_snapshot_v2 *tgs = tgs_array + j;2025 [thread_groups addObject:@(tgs->tgs_id)];2032 struct thread_group_snapshot *tgs = tgs_array + j;2033 [thread_groups addObject:@(tgs->tgs_id)];