Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/pthread/
Dpthread_cond_var.c37 typedef struct esp_pthread_cond_waiter { struct
39 TAILQ_ENTRY(esp_pthread_cond_waiter) link; ///< stash on the list of semaphores to be notified argument
44 TAILQ_HEAD(, esp_pthread_cond_waiter) waiter_list; ///< head of the list of semaphores