Searched refs:ulog_queue (Results 1 – 1 of 1) sorted by relevance
11 static aos_queue_t ulog_queue; variable27 rc = aos_queue_new(&ulog_queue, ulog_buffer, DEFAULT_ASYNC_BUF_SIZE, ULOG_SIZE); in uring_fifo_init()49 return aos_queue_send(&ulog_queue, (void*)buf, len); in uring_fifo_push_s()56 int rc = aos_queue_recv(&ulog_queue, AOS_WAIT_FOREVER, tmp_buf, &rcv_size); in uring_fifo_pop_cb()
Completed in 2 milliseconds