]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/thread_group_set_32261625.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / tests / thread_group_set_32261625.c
index 507219204331e11064abb6c1a2d88897643c6650..edd733fa64f6d4efd604f19f34f017d8408ae22d 100644 (file)
@@ -18,7 +18,8 @@ newthread(void *arg)
 
 #define TEST_TIMEOUT (15 * NSEC_PER_SEC)
 
-T_DECL(thread_group_set, "Checks that new threads get a THREAD_GROUP_SET tracepoint with a non-zero tid") {
+T_DECL(thread_group_set, "Checks that new threads get a THREAD_GROUP_SET tracepoint with a non-zero tid",
+    T_META_ASROOT(true)) {
        pthread_t thread;
        __block int seen_new_thread = 0, __block seen_thread_group_set = 0;