Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h118 struct thread_post { struct
128 extern struct thread_post thread_post; argument
Dmock_osi_thread.cc42 struct thread_post thread_post; variable
80 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dthread.cc138 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc215 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() function