Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_host/port/include/port/
A Dkport.h73 ._queue = _K_QUEUE_INITIALIZER(obj._queue) \
84 ._queue = _K_QUEUE_INITIALIZER(obj._queue) \
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h706 void rtw_init_queue(_queue *pqueue);
707 void rtw_deinit_queue(_queue *pqueue);
708 u32 rtw_is_queue_empty(_queue *pqueue);
715 u32 rtw_queue_empty(_queue *pqueue);
724 _list* rtw_get_queue_head(_queue *queue);
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.h114 typedef struct __queue _queue; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c710 void rtw_init_queue(_queue *pqueue) in rtw_init_queue()
716 u32 rtw_queue_empty(_queue *pqueue) in rtw_queue_empty()
821 void rtw_init_queue(_queue *pqueue)
827 void rtw_deinit_queue(_queue *pqueue)
832 u32 rtw_is_queue_empty(_queue *pqueue)
845 _list *rtw_get_queue_head(_queue *queue)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h350 struct k_queue _queue; member
362 struct k_queue _queue; member
/AliOS-Things-master/components/ble_host/bt_host/host/
A Datt.c232 k_queue_prepend(&att->tx_queue._queue, buf); in bt_att_sent()

Completed in 16 milliseconds