tlds
Transactional Operations for Linked Data Structures
|
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include "alg_radix_smp.h"
#include "createPartition.h"
#include "cutClusters.h"
#include "defs.h"
#include "globals.h"
#include "thread.h"
#include "tm.h"
Functions | |
void | cutClusters (void *argPtr) |
Variables | |
static ULONGINT_T * | global_Index = NULL |
static ULONGINT_T * | global_neighbourArray = NULL |
static ULONGINT_T * | global_IndexSorted = NULL |
static ULONGINT_T * | global_neighbourArraySorted = NULL |
static long * | global_vStatus = NULL |
static edge * | global_pCutSet = NULL |
static ULONGINT_T * | global_startV = NULL |
static ULONGINT_T * | global_clusterSize = NULL |
static ULONGINT_T * | global_edgeStartCounter = NULL |
static ULONGINT_T * | global_edgeEndCounter = NULL |
static edge * | global_cutSet = NULL |
static long | global_iter |
static ULONGINT_T | global_cliqueSize = 0 |
static ULONGINT_T | global_cutSetIndex = 0 |
void cutClusters | ( | void * | argPtr | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |