Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.cc50 struct thread_set_rt_priority thread_set_rt_priority; variable
94 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function
96 return test::mock::osi_thread::thread_set_rt_priority(thread, priority); in thread_set_rt_priority()
Dmock_osi_thread.h173 struct thread_set_rt_priority { struct
181 extern struct thread_set_rt_priority thread_set_rt_priority; argument
/packages/modules/Bluetooth/system/osi/include/
Dthread.h73 bool thread_set_rt_priority(thread_t* thread, int priority);
/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc346 thread_set_rt_priority(default_callback_thread, THREAD_RT_PRIORITY); in lazy_initialize()
361 thread_set_rt_priority(dispatcher_thread, THREAD_RT_PRIORITY); in lazy_initialize()
Dthread.cc162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc270 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() function