Home
last modified time | relevance | path

Searched defs:thread_post (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h143 struct thread_post { struct
153 extern struct thread_post thread_post; argument
Dmock_osi_thread.cc46 struct thread_post thread_post; variable
84 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc127 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc260 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function