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.h145 struct thread_post { struct
155 extern struct thread_post thread_post; argument
Dmock_osi_thread.cc48 struct thread_post thread_post; variable
86 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.cc262 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function