Home
last modified time | relevance | path

Searched refs:osi_thread_t (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/bt/common/osi/include/osi/
Dthread.h25 typedef struct osi_thread osi_thread_t; typedef
44 osi_thread_t *osi_thread_create(const char *name, size_t stack_size, int priority, osi_thread_core_…
50 void osi_thread_free(osi_thread_t *thread);
61 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui…
69 bool osi_thread_set_priority(osi_thread_t *thread, int priority);
75 const char *osi_thread_name(osi_thread_t *thread);
82 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx);
104 bool osi_event_bind(struct osi_event* event, osi_thread_t *thread, int queue_idx);
/hal_espressif-latest/components/bt/common/osi/
Dthread.c49 osi_thread_t *thread;
59 osi_thread_t *thread;
149 osi_thread_t *thread = start->thread; in osi_thread_run()
180 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join()
186 static void osi_thread_stop(osi_thread_t *thread) in osi_thread_stop()
206 osi_thread_t *osi_thread_create(const char *name, size_t stack_size, int priority, osi_thread_core_… in osi_thread_create()
217 osi_thread_t *thread = (osi_thread_t *)osi_calloc(sizeof(osi_thread_t)); in osi_thread_create()
299 void osi_thread_free(osi_thread_t *thread) in osi_thread_free()
330 bool osi_thread_post(osi_thread_t *thread, osi_thread_func_t func, void *context, int queue_idx, ui… in osi_thread_post()
353 bool osi_thread_set_priority(osi_thread_t *thread, int priority) in osi_thread_set_priority()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_init.c66 osi_thread_t *btu_thread = NULL;
273 osi_thread_t *btu_get_current_thread(void) in btu_get_current_thread()
/hal_espressif-latest/components/bt/common/btc/include/btc/
Dbtc_task.h134 osi_thread_t *btc_get_current_thread(void);
/hal_espressif-latest/components/bt/common/btc/core/
Dbtc_task.c86 osi_thread_t *btc_thread;
492 osi_thread_t *btc_get_current_thread(void) in btc_get_current_thread()
/hal_espressif-latest/components/bt/host/bluedroid/hci/
Dhci_hal_h4.c80 osi_thread_t *hci_h4_thread;
101 static bool hci_hal_env_init(const hci_hal_callbacks_t *upper_callbacks, osi_thread_t *task_thread) in hci_hal_env_init()
169 hci_hal_env_init(upper_callbacks, (osi_thread_t *)task_thread); in hal_open()
Dhci_layer.c78 static osi_thread_t *hci_host_thread;
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtu.h301 osi_thread_t *btu_get_current_thread(void);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/
Dbtc_a2dp_sink.c110 osi_thread_t *btc_aa_snk_task_hdl;
Dbtc_a2dp_source.c169 osi_thread_t *btc_aa_src_task_hdl;