Home
last modified time | relevance | path

Searched refs:thread_set_rt_priority (Results 1 – 3 of 3) sorted by relevance

/system/bt/osi/include/
Dthread.h73 bool thread_set_rt_priority(thread_t* thread, int priority);
/system/bt/osi/src/
Dthread.cc162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function
Dalarm.cc347 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY); in lazy_initialize()
363 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()