Searched refs:short_name (Results 1 – 12 of 12) sorted by relevance
| /xnu-10063.101.15/tests/vm/ |
| H A D | diag_threshold_test.c | 187 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 D | diag_threshold_test_no_limit_cross.c | 25 .short_name = "no_limit_cross_test",
|
| H A D | diag_threshold_test_simple.c | 22 .short_name = "simple_test1",
|
| H A D | diag_threshold_test_enable_disable_threshold.c | 24 .short_name = "enable_disable_threshold_test",
|
| H A D | diag_threshold_test_large_limit.c | 24 .short_name = "large_threshold_test",
|
| H A D | diag_threshold_test_no_retrigger.c | 22 .short_name = "diag_threshold_test_no_retrigger_test",
|
| H A D | diag_threshold_test_double_limit.c | 13 .short_name = "double_limit_test",
|
| H A D | diag_threshold_test_with_high_watermark.c | 13 .short_name = "diag_threshold_test_with_high_watermark",
|
| H A D | diag_threshold_test_with_low_watermark.c | 13 .short_name = "diag_threshold_test_with_low_watermark",
|
| H A D | diag_threshold_test_watermark_and_threshold_same.c | 15 .short_name = "diag_threshold_test_watermark_and_threshold_same",
|
| H A D | diag_threshold_test_limit_and_threshold_same.c | 15 .short_name = "diag_threshold_test_limit_and_threshold_same",
|
| H A D | diag_threshold_test.h | 48 char short_name[MAX_MESSAGE]; /** Test name */ member
|