Searched refs:test_type (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/tools/tests/perf_index/ |
| H A D | test_controller.py | 19 def main(num_clients, test_type, num_threads, job_size, args): argument 27 msg = "\0".join(["%s\0%d\0%d" % (test_type, num_threads, job_size)] + args) + "\0\0" 58 test_type = sys.argv[2] variable 65 print(main(num_clients, test_type, num_threads, job_size, args))
|
| /xnu-11215/tests/ |
| H A D | mach_continuous_time.c | 49 const char *test_type = "user"; variable 52 test_type = "kernel"; 62 T_ASSERT_GE(tmp, multiple_test, "mach_continuous_time (%s) must be monotonic", test_type); 65 … - multiple_test, 100ULL, "mach_continuous_time (%s) should not jump forward too fast", test_type); 82 const char *test_type = "user"; variable 85 test_type = "kernel"; 94 T_ASSERT_GE(tmp, multiple_test, "mach_absolute_time (%s) must be monotonic", test_type); 97 …mp - multiple_test, 100ULL, "mach_absolute_time (%s) should not jump forward too fast", test_type);
|
| /xnu-11215/osfmk/kern/ |
| H A D | exclaves_driverkit.c | 1134 hello_driverkit_interrupts(hello_driverkit_interrupts_test_type_t test_type) in hello_driverkit_interrupts() argument 1137 hello_driverkit_interrupts_test_string[test_type]); in hello_driverkit_interrupts() 1140 assert(test_type < HELLO_DRIVER_INTERRUPTS_NUM_TESTS); in hello_driverkit_interrupts() 1166 (uint8_t) test_type); in hello_driverkit_interrupts() 1167 tb_message_encode_u8(message, (uint8_t) test_type); in hello_driverkit_interrupts() 1197 hello_driverkit_interrupts_test_string[test_type]); in hello_driverkit_interrupts() 1200 hello_driverkit_interrupts_test_string[test_type], err); in hello_driverkit_interrupts()
|