|
codex
|
#include <stdatomic.h>#include <stdbool.h>
Classes | |
| struct | queue |
Macros | |
| #define | N 1024 |
Functions | |
| bool | try_push (struct queue *q, int i) |
| bool | try_pop (struct queue *q, int *i) |
| #define N 1024 |
| bool try_pop | ( | struct queue * | q, |
| int * | i ) |
| bool try_push | ( | struct queue * | q, |
| int | i ) |