Searched refs:queue_buffer (Results 1 – 3 of 3) sorted by relevance
44 static char queue_buffer[MESSAGE_MAX_LENGTH * 10]; /* for the internal buffer of the queue */ variable119 status = aos_queue_new(&queue_handle, (void *)queue_buffer, sizeof(queue_buffer), in aos_queue_example()
112 task->queue_buffer = (uint8_t*)task + sizeof(utask_t); in utask_new()114 if (aos_queue_new(&task->queue, task->queue_buffer, queue_buffer_size, sizeof(rpc_t)) != 0) in utask_new()
42 void *queue_buffer; member
Completed in 4 milliseconds