The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Macros | Typedefs | Functions | Variables
atomic_queue_test.c File Reference
#include <freeradius-devel/io/atomic_queue.h>
#include <freeradius-devel/util/debug.h>
#include <freeradius-devel/util/talloc.h>
#include <stdint.h>
#include <string.h>
#include <sys/time.h>
+ Include dependency graph for atomic_queue_test.c:

Go to the source code of this file.

Macros

#define OFFSET   (1024)
 

Typedefs

typedef struct request_s request_t
 

Functions

int main (int argc, char *argv[])
 
void request_verify (UNUSED char const *file, UNUSED int line, UNUSED request_t *request)
 
static NEVER_RETURNS void usage (void)
 

Variables

static int debug_lvl = 0
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET   (1024)

Definition at line 36 of file atomic_queue_test.c.

Typedef Documentation

◆ request_t

typedef struct request_s request_t

Definition at line 38 of file atomic_queue_test.c.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 60 of file atomic_queue_test.c.

+ Here is the call graph for this function:

◆ request_verify()

void request_verify ( UNUSED char const *  file,
UNUSED int  line,
UNUSED request_t request 
)

Definition at line 45 of file atomic_queue_test.c.

+ Here is the caller graph for this function:

◆ usage()

static NEVER_RETURNS void usage ( void  )
static

Definition at line 51 of file atomic_queue_test.c.

+ Here is the caller graph for this function:

Variable Documentation

◆ debug_lvl

int debug_lvl = 0
static

Definition at line 38 of file atomic_queue_test.c.