Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.4.0/components/bt/common/osi/
Dthread.c37 osi_thread_t *thread; member
52 osi_thread_t *thread = start->thread; in osi_thread_run() local
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()
121 osi_thread_t *thread = (osi_thread_t *)osi_malloc(sizeof(osi_thread_t)); in osi_thread_create() local
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()
270 int osi_thread_queue_wait_size(osi_thread_t *thread, int wq_idx) in osi_thread_queue_wait_size()
/hal_espressif-3.4.0/components/pthread/test/
Dtest_pthread_cond_var.c79 pthread_t thread; member
83 pthread_t thread; member
Dtest_pthread_local_storage.c62 pthread_t thread; variable
187 pthread_t thread; variable
/hal_espressif-3.4.0/components/pthread/
Dpthread.c110 static inline TaskHandle_t pthread_find_handle(pthread_t thread) in pthread_find_handle()
203 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create()
314 int pthread_join(pthread_t thread, void **retval) in pthread_join()
378 int pthread_detach(pthread_t thread) in pthread_detach()
458 int pthread_cancel(pthread_t thread) in pthread_cancel()
/hal_espressif-3.4.0/components/esp_http_server/src/port/esp32/
Dosal.h25 static inline int httpd_os_thread_create(othread_t *thread, in httpd_os_thread_create()
/hal_espressif-3.4.0/components/lwip/port/esp32/freertos/
Dsys_arch.c409 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()