Searched defs:skipList_struct (Results 1 – 1 of 1) sorted by relevance
42 struct skipList_struct { struct43 INT32 topLevel; /* current max level in any item */44 INT32 levelHint; /* hint at level to start search */45 skipItem header; /* header item (has all levels) */46 skipItem tail; /* tail item (has all levels) */49 skipItem deleted; /* cached deleted items (linked by level+1 next entries) */50 UINT32 cached; /* number of cached deleted items */52 int flushing; /* TRUE if thread waiting to flush cached items */53 UINT32 readers; /* number of current readers */54 int block; /* TRUE if readers should wait */[all …]