Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
kcenon::thread::hazard_pointer_domain< T >::stats Struct Reference

Get statistics. More...

#include <hazard_pointer.h>

Collaboration diagram for kcenon::thread::hazard_pointer_domain< T >::stats:
Collaboration graph

Public Attributes

size_t hazard_pointers_allocated
 
size_t objects_retired
 
size_t objects_reclaimed
 
size_t scan_count
 

Detailed Description

template<typename T>
struct kcenon::thread::hazard_pointer_domain< T >::stats

Get statistics.

Definition at line 189 of file hazard_pointer.h.

Member Data Documentation

◆ hazard_pointers_allocated

template<typename T >
size_t kcenon::thread::hazard_pointer_domain< T >::stats::hazard_pointers_allocated

Definition at line 190 of file hazard_pointer.h.

◆ objects_reclaimed

template<typename T >
size_t kcenon::thread::hazard_pointer_domain< T >::stats::objects_reclaimed

Definition at line 192 of file hazard_pointer.h.

◆ objects_retired

template<typename T >
size_t kcenon::thread::hazard_pointer_domain< T >::stats::objects_retired

Definition at line 191 of file hazard_pointer.h.

◆ scan_count

template<typename T >
size_t kcenon::thread::hazard_pointer_domain< T >::stats::scan_count

Definition at line 193 of file hazard_pointer.h.


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