Searched refs:thread (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/common/osi/ |
D | thread.c | 49 osi_thread_t *thread; member 59 osi_thread_t *thread; member 149 osi_thread_t *thread = start->thread; in osi_thread_run() local 156 osi_sem_take(&thread->work_sem, OSI_SEM_MAX_TIMEOUT); in osi_thread_run() 158 if (thread->stop) { in osi_thread_run() 163 while (!thread->stop && idx < thread->work_queue_num) { in osi_thread_run() 164 if (osi_thead_work_queue_get(thread->work_queues[idx], &item) == true) { in osi_thread_run() 174 thread->thread_handle = NULL; in osi_thread_run() 175 osi_sem_give(&thread->stop_sem); in osi_thread_run() 180 static int osi_thread_join(osi_thread_t *thread, uint32_t wait_ms) in osi_thread_join() argument [all …]
|
/hal_espressif-latest/components/bt/common/osi/include/osi/ |
D | thread.h | 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/esp_rom/ |
D | README.md | 7 1. ROM functions are **not** thread-safe in RTOS, extra locks are needed to be around the ROM funct…
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 147 # see thread: https://cmake.org/pipermail/cmake/2016-December/064660.html
|
/hal_espressif-latest/components/bt/ |
D | CMakeLists.txt | 83 "common/osi/thread.c"
|