codex
Loading...
Searching...
No Matches
queue_ring_mod.c File Reference
#include <stdatomic.h>
#include <stdbool.h>
Include dependency graph for queue_ring_mod.c:

Classes

struct  queue
 

Macros

#define N   1024
 

Functions

int * advance (struct queue *q)
 
void push (struct queue *q, int i)
 
void pop (struct queue *q, int *i)
 

Macro Definition Documentation

◆ N

#define N   1024

Function Documentation

◆ advance()

int * advance ( struct queue * q)
Here is the caller graph for this function:

◆ pop()

void pop ( struct queue * q,
int * i )
Here is the call graph for this function:

◆ push()

void push ( struct queue * q,
int i )
Here is the call graph for this function: