Lines Matching refs:LOW_PRIORITY

370     threads[0] = thread_create("atomic tester 1", &atomic_tester, (void*)1, LOW_PRIORITY);  in atomic_test()
371 threads[1] = thread_create("atomic tester 1", &atomic_tester, (void*)1, LOW_PRIORITY); in atomic_test()
372 threads[2] = thread_create("atomic tester 1", &atomic_tester, (void*)1, LOW_PRIORITY); in atomic_test()
373 threads[3] = thread_create("atomic tester 1", &atomic_tester, (void*)1, LOW_PRIORITY); in atomic_test()
374 threads[4] = thread_create("atomic tester 2", &atomic_tester, (void*)-1, LOW_PRIORITY); in atomic_test()
375 threads[5] = thread_create("atomic tester 2", &atomic_tester, (void*)-1, LOW_PRIORITY); in atomic_test()
376 threads[6] = thread_create("atomic tester 2", &atomic_tester, (void*)-1, LOW_PRIORITY); in atomic_test()
377 threads[7] = thread_create("atomic tester 2", &atomic_tester, (void*)-1, LOW_PRIORITY); in atomic_test()
412 … thread_detach_and_resume(thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY)); in preempt_test()
429 thread_t* t = thread_create("preempt tester", &preempt_tester, NULL, LOW_PRIORITY); in preempt_test()
624 t = thread_create("sleeper", sleeper_kill_thread, 0, LOW_PRIORITY); in kill_tests()
632 t = thread_create("sleeper", sleeper_kill_thread, 0, LOW_PRIORITY); in kill_tests()
639 t = thread_create("sleeper", sleeper_kill_thread, 0, LOW_PRIORITY); in kill_tests()
649 t = thread_create("waiter", waiter_kill_thread_infinite_wait, &e, LOW_PRIORITY); in kill_tests()
659 t = thread_create("waiter", waiter_kill_thread_infinite_wait, &e, LOW_PRIORITY); in kill_tests()
668 t = thread_create("waiter", waiter_kill_thread, &e, LOW_PRIORITY); in kill_tests()
678 t = thread_create("waiter", waiter_kill_thread, &e, LOW_PRIORITY); in kill_tests()
757 LOW_PRIORITY); in affinity_test()
800 thread_t* t = thread_create("tls-test", tls_test_thread, 0, LOW_PRIORITY); in tls_tests()
813 ASSERT(t->base_priority == LOW_PRIORITY); in prio_test_thread()
870 "prio-test", prio_test_thread, &ev, LOW_PRIORITY); in priority_test()