Home
last modified time | relevance | path

Searched refs:active_threads (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/osfmk/tests/
H A Dpmap_tests.c1009 unsigned int active_threads = 0; in test_surt() local
1012 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()
/xnu-12377.61.12/tools/lldbmacros/
H A Drecount.py455 active_threads = "-T" in cmd_options
456 if active_threads:
462 if active_threads:
513 active_threads = "-T" in cmd_options
514 if active_threads:
556 if active_threads: