tlds
Transactional Operations for Linked Data Structures
|
#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"
Functions | |
void | genScalData_seq (graphSDG *SDGdataPtr) |
void | genScalData (void *argPtr) |
Variables | |
static ULONGINT_T * | global_permV = NULL |
static long * | global_cliqueSizes = NULL |
static long | global_totCliques = 0 |
static ULONGINT_T * | global_firstVsInCliques = NULL |
static ULONGINT_T * | global_lastVsInCliques = NULL |
static ULONGINT_T * | global_i_edgeStartCounter = NULL |
static ULONGINT_T * | global_i_edgeEndCounter = NULL |
static long | global_edgeNum = 0 |
static ULONGINT_T | global_numStrWtEdges = 0 |
static ULONGINT_T * | global_startVertex = NULL |
static ULONGINT_T * | global_endVertex = NULL |
static ULONGINT_T * | global_tempIndex = NULL |
void genScalData | ( | void * | argPtr | ) |
void genScalData_seq | ( | graphSDG * | SDGdataPtr | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |