tlds
Transactional Operations for Linked Data Structures
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
genScalData.c File Reference
#include <assert.h>
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "alg_radix_smp.h"
#include "createPartition.h"
#include "defs.h"
#include "genScalData.h"
#include "globals.h"
#include "random.h"
#include "thread.h"
#include "tm.h"
Include dependency graph for genScalData.c:

Functions

void genScalData_seq (graphSDG *SDGdataPtr)
 
void genScalData (void *argPtr)
 

Variables

static ULONGINT_Tglobal_permV = NULL
 
static long * global_cliqueSizes = NULL
 
static long global_totCliques = 0
 
static ULONGINT_Tglobal_firstVsInCliques = NULL
 
static ULONGINT_Tglobal_lastVsInCliques = NULL
 
static ULONGINT_Tglobal_i_edgeStartCounter = NULL
 
static ULONGINT_Tglobal_i_edgeEndCounter = NULL
 
static long global_edgeNum = 0
 
static ULONGINT_T global_numStrWtEdges = 0
 
static ULONGINT_Tglobal_startVertex = NULL
 
static ULONGINT_Tglobal_endVertex = NULL
 
static ULONGINT_Tglobal_tempIndex = NULL
 

Function Documentation

void genScalData ( void *  argPtr)

Here is the call graph for this function:

Here is the caller graph for this function:

void genScalData_seq ( graphSDG SDGdataPtr)

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

long* global_cliqueSizes = NULL
static
long global_edgeNum = 0
static
ULONGINT_T* global_endVertex = NULL
static
ULONGINT_T* global_firstVsInCliques = NULL
static
ULONGINT_T* global_i_edgeEndCounter = NULL
static
ULONGINT_T* global_i_edgeStartCounter = NULL
static
ULONGINT_T* global_lastVsInCliques = NULL
static
ULONGINT_T global_numStrWtEdges = 0
static
ULONGINT_T* global_permV = NULL
static
ULONGINT_T* global_startVertex = NULL
static
ULONGINT_T* global_tempIndex = NULL
static
long global_totCliques = 0
static