Home
last modified time | relevance | path

Searched refs:LOW_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/kernel/tests/
A Dthread_tests.cpp624 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()
[all …]
/kernel/lib/lockdep/
A Dlock_dep.cpp55 thread_t* t = thread_create("lockdep", &LockDepThread, NULL, LOW_PRIORITY); in LockDepInit()
/kernel/lib/counters/
A Dcounters.cpp305 reinterpret_cast<void*>(static_cast<uintptr_t>(verbose)), LOW_PRIORITY); in watch_counter()
/kernel/include/kernel/
A Dthread.h222 #define LOW_PRIORITY (NUM_PRIORITIES / 4) macro

Completed in 14 milliseconds