Searched refs:osi_thread_func_t (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/bt/common/osi/include/osi/ |
D | thread.h | 27 typedef void (*osi_thread_func_t)(void *context); typedef 61 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… 93 struct osi_event *osi_event_create(osi_thread_func_t func, void *context);
|
/hal_espressif-latest/components/bt/common/osi/ |
D | thread.c | 29 osi_thread_func_t func; 330 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post() 378 struct osi_event *osi_event_create(osi_thread_func_t func, void *context) in osi_event_create()
|