Searched refs:quantum_tester (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp272 static int quantum_tester(void* arg) { function
280 thread_detach_and_resume(thread_create("quantum tester 0", &quantum_tester, NULL, DEFAULT_PRIORITY));
281 thread_detach_and_resume(thread_create("quantum tester 1", &quantum_tester, NULL, DEFAULT_PRIORITY));
282 thread_detach_and_resume(thread_create("quantum tester 2", &quantum_tester, NULL, DEFAULT_PRIORITY));
283 thread_detach_and_resume(thread_create("quantum tester 3", &quantum_tester, NULL, DEFAULT_PRIORITY));

Completed in 76 milliseconds