Searched refs:active_threads (Results 1 – 2 of 2) sorted by relevance
1009 unsigned int active_threads = 0; in test_surt() local1012 os_atomic_inc(&active_threads, relaxed); in test_surt()1013 thread_data_array[i].surt_test_active_surge_thread = &active_threads; in test_surt()1021 assert_wait(&active_threads, THREAD_UNINT); in test_surt()1023 if (os_atomic_load(&active_threads, relaxed) == 0) { in test_surt()1029 if (os_atomic_load(&active_threads, relaxed) != 0) { in test_surt()1039 os_atomic_inc(&active_threads, relaxed); in test_surt()1046 assert_wait(&active_threads, THREAD_UNINT); in test_surt()1048 if (os_atomic_load(&active_threads, relaxed) == 0) { in test_surt()1054 if (os_atomic_load(&active_threads, relaxed) != 0) { in test_surt()
455 active_threads = "-T" in cmd_options456 if active_threads:462 if active_threads:513 active_threads = "-T" in cmd_options514 if active_threads:556 if active_threads: