Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h331 extern void k_queue_prepend(struct k_queue *queue, void *data);
355 #define k_lifo_put(lifo, data) k_queue_prepend((struct k_queue *)lifo, data)
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Daos_port.c85 void k_queue_prepend(struct k_queue *queue, void *data) in k_queue_prepend() function
/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 9 milliseconds