Atlas Runtime
region_test.h File Reference
#include "atlas_alloc.h"
#include "atlas_api.h"
#include <assert.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
Include dependency graph for region_test.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  node
 

Macros

#define THREADS   4
 
#define WORK   100
 
#define NUM_NODES   300
 

Typedefs

typedef struct node node
 

Functions

void * add ()
 
void dump ()
 
void test (uint32_t rgn_id)
 

Variables

noderoot
 
pthread_mutex_t root_lock
 
int num_nodes
 
uint32_t global_rgn_id
 

Macro Definition Documentation

#define NUM_NODES   300
#define THREADS   4
#define WORK   100

Typedef Documentation

typedef struct node node

Function Documentation

void* add ( )
void dump ( )
void test ( uint32_t  rgn_id)

Variable Documentation

uint32_t global_rgn_id
int num_nodes
node* root
pthread_mutex_t root_lock