HPCToolkit
csklnode_s Struct Reference

#include <cskiplist_defs.h>

Collaboration diagram for csklnode_s:

Public Attributes

void * val
 
int height
 
volatile bool fully_linked
 
volatile bool marked
 
mcs_lock_t lock
 
struct csklnode_snexts []
 

Detailed Description

Definition at line 64 of file cskiplist_defs.h.

Member Data Documentation

◆ fully_linked

volatile bool csklnode_s::fully_linked

Definition at line 67 of file cskiplist_defs.h.

◆ height

int csklnode_s::height

Definition at line 66 of file cskiplist_defs.h.

◆ lock

mcs_lock_t csklnode_s::lock

Definition at line 69 of file cskiplist_defs.h.

◆ marked

volatile bool csklnode_s::marked

Definition at line 68 of file cskiplist_defs.h.

◆ nexts

struct csklnode_s* csklnode_s::nexts[]

Definition at line 71 of file cskiplist_defs.h.

◆ val

void* csklnode_s::val

Definition at line 65 of file cskiplist_defs.h.


The documentation for this struct was generated from the following file: