Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c126 static inline bool IRAM_ATTR queue_empty(hli_queue_handle_t queue) in queue_empty() function
265 if (!queue_empty(queue)) { in hli_queue_get()
278 bool was_empty = queue_empty(queue); in hli_queue_put()