Home
last modified time | relevance | path

Searched refs:short_name (Results 1 – 12 of 12) sorted by relevance

/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test.c187 snprintf(thread_name, sizeof(thread_name), "Exec: %s", info.test->short_name); in test_executor_thread()
189 diag_mem_threshold_log_test("Startup of executor for test %s\n", info.test->short_name); in test_executor_thread()
319 snprintf(thread_name, sizeof(thread_name), "EH %s", info.test->short_name); in exception_thread()
321 diag_mem_threshold_log_test("Startup of exception handler for test %s\n", info.test->short_name); in exception_thread()
H A Ddiag_threshold_test_no_limit_cross.c25 .short_name = "no_limit_cross_test",
H A Ddiag_threshold_test_simple.c22 .short_name = "simple_test1",
H A Ddiag_threshold_test_enable_disable_threshold.c24 .short_name = "enable_disable_threshold_test",
H A Ddiag_threshold_test_large_limit.c24 .short_name = "large_threshold_test",
H A Ddiag_threshold_test_no_retrigger.c22 .short_name = "diag_threshold_test_no_retrigger_test",
H A Ddiag_threshold_test_double_limit.c13 .short_name = "double_limit_test",
H A Ddiag_threshold_test_with_high_watermark.c13 .short_name = "diag_threshold_test_with_high_watermark",
H A Ddiag_threshold_test_with_low_watermark.c13 .short_name = "diag_threshold_test_with_low_watermark",
H A Ddiag_threshold_test_watermark_and_threshold_same.c15 .short_name = "diag_threshold_test_watermark_and_threshold_same",
H A Ddiag_threshold_test_limit_and_threshold_same.c15 .short_name = "diag_threshold_test_limit_and_threshold_same",
H A Ddiag_threshold_test.h48 char short_name[MAX_MESSAGE]; /** Test name */ member