|
tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>#include <fcntl.h>#include <getopt.h>#include <math.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>#include "cluster.h"#include "common.h"#include "thread.h"#include "tm.h"#include "util.h"Macros | |
| #define | MAX_LINE_LENGTH 1000000 /* max input is 400000 one digit input + spaces */ |
Functions | |
| static void | usage (char *argv0) |
| MAIN (argc, argv) | |
Variables | |
| double | global_time |
| #define MAX_LINE_LENGTH 1000000 /* max input is 400000 one digit input + spaces */ |
| MAIN | ( | argc | , |
| argv | |||
| ) |
|
static |
| double global_time |