Atlas Runtime
|
#include "atlas_alloc.h"
#include "atlas_api.h"
#include <assert.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
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 | |
node * | root |
pthread_mutex_t | root_lock |
int | num_nodes |
uint32_t | global_rgn_id |
#define NUM_NODES 300 |
#define THREADS 4 |
#define WORK 100 |
void* add | ( | ) |
void dump | ( | ) |
void test | ( | uint32_t | rgn_id | ) |
uint32_t global_rgn_id |
int num_nodes |
node* root |
pthread_mutex_t root_lock |