Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dthread.h66 bool thread_set_priority(thread_t* thread, int priority);
/system/bt/osi/src/
Dthread.cc148 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() function