Circular Buffer APIs ==================== Circular buffers are used for communication between threads of the Tensix core. They act as limited capacity double-ended queues with producers pushing tiles to the back of the queue and consumers popping tiles off the front of the queue. .. toctree:: cb_pages_available_at_front cb_wait_front cb_pages_reservable_at_back cb_reserve_back cb_push_back cb_pop_front