Searched refs:prio (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/syscalls/
H A Dtask.cpp277 zx_status_t sys_thread_set_priority(int32_t prio) { argument
284 if ((prio < LOWEST_PRIORITY) || (prio > HIGHEST_PRIORITY))
287 thread_set_priority(get_current_thread(), prio);

Completed in 35 milliseconds