Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h133 struct thread_set_priority { struct
139 extern struct thread_set_priority thread_set_priority; argument
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
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dthread.cc160 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function
/aosp_15_r20/external/trusty/lk/kernel/
Dthread.c1342 void thread_set_priority(int priority) in thread_set_priority() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc219 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function