|
tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>#include <math.h>#include <stdlib.h>#include <stdio.h>#include <string.h>#include "createPartition.h"#include "defs.h"#include "getStartLists.h"#include "globals.h"#include "thread.h"#include "tm.h"#include "utility.h"Functions | |
| void | getStartLists (void *argPtr) |
Variables | |
| static LONGINT_T | global_maxWeight = 0 |
| static long * | global_i_edgeStartCounter = NULL |
| static long * | global_i_edgeEndCounter = NULL |
| static edge * | global_maxIntWtList = NULL |
| static edge * | global_soughtStrWtList = NULL |
| void getStartLists | ( | void * | argPtr | ) |
|
static |
|
static |
|
static |
|
static |
|
static |