Searched refs:threads (Results 1 – 1 of 1) sorted by relevance
176 thread_t *threads[5]; in mutex_test() local178 for (uint i=0; i < countof(threads); i++) { in mutex_test()180 thread_resume(threads[i]); in mutex_test()183 for (uint i=0; i < countof(threads); i++) { in mutex_test()198 thread_resume(threads[i]); in mutex_test()203 thread_resume(threads[i]); in mutex_test()256 thread_t *threads[5]; in event_test() local273 thread_resume(threads[i]); in event_test()291 thread_resume(threads[i]); in event_test()399 thread_t *threads[8]; in atomic_test() local[all …]
Completed in 3 milliseconds