Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dthread.c57 uint16_t is_queued; member
423 event->is_queued = 0; in osi_thread_generic_event_handler()
434 if (event->is_queued == 0) { in osi_thread_post_event()
437 event->is_queued += 1; in osi_thread_post_event()
438 acquire_cnt = event->is_queued; in osi_thread_post_event()
446 event->is_queued = 0; in osi_thread_post_event()