Home
last modified time | relevance | path

Searched refs:thread_groups (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dkern_stackshot.c3027 struct thread_group_snapshot_v3 *thread_groups = NULL; in kdp_stackshot_kcdata_format() local
3050 thread_groups = (struct thread_group_snapshot_v3 *)out_addr; in kdp_stackshot_kcdata_format()
3053 …if (thread_group_iterate_stackshot(stackshot_thread_group_snapshot, thread_groups) != KERN_SUCCESS… in kdp_stackshot_kcdata_format()
3660 struct thread_group_snapshot_v3 *thread_groups = arg; in stackshot_thread_group_snapshot() local
3661 struct thread_group_snapshot_v3 *tgs = &thread_groups[i]; in stackshot_thread_group_snapshot()
/xnu-8020.101.4/tests/
H A Dstackshot_tests.m1221 T_DECL(thread_groups, "test getting thread groups in stackshot")
2009 NSMutableSet *thread_groups = [[NSMutableSet alloc] init];
2029 [thread_groups addObject:@(tgs->tgs_id)];
2036 [thread_groups addObject:@(tgs->tgs_id)];
2063 …T_ASSERT_TRUE([thread_groups containsObject:@(tg)], "check that the thread group the thread is in …
/xnu-8020.101.4/tools/lldbmacros/
H A Dprocess.py650 for tg in kern.thread_groups: