tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
getStartLists.c File Reference
#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"
Include dependency graph for getStartLists.c:

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 edgeglobal_maxIntWtList = NULL
 
static edgeglobal_soughtStrWtList = NULL
 

Function Documentation

void getStartLists ( void *  argPtr)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

long* global_i_edgeEndCounter = NULL
static
long* global_i_edgeStartCounter = NULL
static
edge* global_maxIntWtList = NULL
static
LONGINT_T global_maxWeight = 0
static
edge* global_soughtStrWtList = NULL
static