Project
Loading...
Searching...
No Matches
_o2_lock_free_stack Struct Reference

#include <Signpost.h>

Public Attributes

std::atomic< size_t > top = 0
 
int stack [N]
 

Static Public Attributes

static constexpr size_t N = 1024
 

Detailed Description

Definition at line 153 of file Signpost.h.

Member Data Documentation

◆ N

constexpr size_t _o2_lock_free_stack::N = 1024
staticconstexpr

Definition at line 154 of file Signpost.h.

◆ stack

int _o2_lock_free_stack::stack[N]

Definition at line 156 of file Signpost.h.

◆ top

std::atomic<size_t> _o2_lock_free_stack::top = 0

Definition at line 155 of file Signpost.h.


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