RetroArch
Functions
fifo_queue.c File Reference
#include <stdlib.h>
#include <string.h>
#include <queues/fifo_queue.h>
Include dependency graph for fifo_queue.c:
This graph shows which files directly or indirectly include this file:

Functions

fifo_buffer_tfifo_new (size_t size)
 
void fifo_write (fifo_buffer_t *buffer, const void *in_buf, size_t size)
 
void fifo_read (fifo_buffer_t *buffer, void *in_buf, size_t size)
 

Function Documentation

◆ fifo_new()

fifo_buffer_t* fifo_new ( size_t  size)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fifo_read()

void fifo_read ( fifo_buffer_t buffer,
void in_buf,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ fifo_write()

void fifo_write ( fifo_buffer_t buffer,
const void in_buf,
size_t  size 
)
Here is the call graph for this function:
Here is the caller graph for this function: