Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.cc43 struct thread_set_priority thread_set_priority; variable
84 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function
86 return test::mock::osi_thread::thread_set_priority(thread, priority); in thread_set_priority()
Dmock_osi_thread.h132 struct thread_set_priority { struct
142 extern struct thread_set_priority thread_set_priority; argument
/packages/modules/Bluetooth/system/osi/include/
Dthread.h66 bool thread_set_priority(thread_t* thread, int priority);
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc151 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc230 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function