]> 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 1c7eb3f6ca56ac4be1cddbeecff9edc1a6323641..edd733fa64f6d4efd604f19f34f017d8408ae22d 100644 (file)
@@ -2,6 +2,8 @@
 #include <ktrace.h>
 #include <sys/kdebug.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 #define TEST_EVENTID (0xfedcbb00)
 
 static void*
@@ -16,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;