Searched refs:LOW_PRIORITY (Results 1 – 4 of 4) sorted by relevance
| /kernel/tests/ |
| A D | thread_tests.cpp | 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() [all …]
|
| /kernel/lib/lockdep/ |
| A D | lock_dep.cpp | 55 thread_t* t = thread_create("lockdep", &LockDepThread, NULL, LOW_PRIORITY); in LockDepInit()
|
| /kernel/lib/counters/ |
| A D | counters.cpp | 305 reinterpret_cast<void*>(static_cast<uintptr_t>(verbose)), LOW_PRIORITY); in watch_counter()
|
| /kernel/include/kernel/ |
| A D | thread.h | 222 #define LOW_PRIORITY (NUM_PRIORITIES / 4) macro
|
Completed in 14 milliseconds