Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/porting/npl/freertos/src/
Dnpl_os_freertos.c127 event->queued = 0; in npl_freertos_event_reset()
216 event->queued = false; in npl_freertos_eventq_get()
231 if (event->queued) { in npl_freertos_eventq_put()
235 event->queued = true; in npl_freertos_eventq_put()
257 if (event->queued) { in npl_freertos_eventq_put_to_front()
261 event->queued = true; in npl_freertos_eventq_put_to_front()
287 if (!event->queued) { in npl_freertos_eventq_remove()
339 event->queued = 0; in npl_freertos_eventq_remove()
417 return event->queued; in npl_freertos_event_is_queued()
/hal_espressif-latest/components/bt/porting/npl/freertos/include/nimble/
Dnpl_freertos.h36 bool queued; member
/hal_espressif-latest/components/esp_netif/
DKconfig68 …Maximum number of frames queued in opened File descriptor. Once the queue is full, the newly arriv…
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dieee802_11.c709 goto queued; in auth_sae_queue()
716 queued: in auth_sae_queue()