Searched refs:osi_thread_t (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/bt/common/osi/include/osi/ |
D | thread.h | 32 typedef struct osi_thread osi_thread_t; typedef 51 osi_thread_t *osi_thread_create(const char *name, size_t stack_size, int priority, osi_thread_core_… 57 void osi_thread_free(osi_thread_t *thread); 68 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… 76 bool osi_thread_set_priority(osi_thread_t *thread, int priority); 82 const char *osi_thread_name(osi_thread_t *thread); 89 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);
|
/hal_espressif-3.6.0/components/bt/common/osi/ |
D | thread.c | 37 osi_thread_t *thread; 52 osi_thread_t *thread = start->thread; in osi_thread_run() 84 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join() 90 static void osi_thread_stop(osi_thread_t *thread) in osi_thread_stop() 110 osi_thread_t *osi_thread_create(const char *name, size_t stack_size, int priority, osi_thread_core_… in osi_thread_create() 121 osi_thread_t *thread = (osi_thread_t *)osi_malloc(sizeof(osi_thread_t)); in osi_thread_create() 200 void osi_thread_free(osi_thread_t *thread) in osi_thread_free() 229 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post() 255 bool osi_thread_set_priority(osi_thread_t *thread, int priority) in osi_thread_set_priority() 263 const char *osi_thread_name(osi_thread_t *thread) in osi_thread_name() [all …]
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/hci/ |
D | hci_hal_h4.c | 67 static osi_thread_t *hci_h4_thread; 114 hci_h4_thread = (osi_thread_t *)task_thread; in hal_open()
|
D | hci_layer.c | 81 static osi_thread_t *hci_host_thread;
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/btu/ |
D | btu_init.c | 64 osi_thread_t *btu_thread = NULL;
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp_sink.c | 49 extern osi_thread_t *btc_thread; 115 osi_thread_t *btc_aa_snk_task_hdl;
|
D | btc_a2dp_source.c | 45 extern osi_thread_t *btc_thread; 161 osi_thread_t *btc_aa_src_task_hdl;
|
/hal_espressif-3.6.0/components/bt/common/btc/core/ |
D | btc_task.c | 81 osi_thread_t *btc_thread;
|