Home
last modified time | relevance | path

Searched refs:thread_set_priority (Results 1 – 5 of 5) sorted by relevance

/kernel/tests/
A Dthread_tests.cpp131 thread_set_priority( in mutex_inherit_test()
852 thread_set_priority(t, DEFAULT_PRIORITY + 2); in priority_test()
856 thread_set_priority(t, DEFAULT_PRIORITY - 2); in priority_test()
887 thread_set_priority(nt, DEFAULT_PRIORITY); in priority_test()
891 thread_set_priority(nt, HIGH_PRIORITY); in priority_test()
/kernel/include/kernel/
A Dthread.h241 void thread_set_priority(thread_t* t, int priority);
/kernel/syscalls/
A Dtask.cpp294 thread_set_priority(get_current_thread(), prio); in sys_thread_set_priority()
/kernel/object/
A Dthread_dispatcher.cpp1013 thread_set_priority(&thread_, priority); in SetPriority()
/kernel/kernel/
A Dthread.cpp1035 void thread_set_priority(thread_t* t, int priority) { in thread_set_priority() function

Completed in 17 milliseconds