STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::runtime::data_race_helper Struct Reference

Helper class for detecting possible data races in a class static or stand-alone function. More...

Public Member Functions

 data_race_helper (const char *file, unsigned int line, const char *function, std::atomic< int > &i)
 

Public Attributes

const char * m_file
 
const unsigned int m_line
 
const char * m_function
 
std::atomic< int > & m_i
 

Detailed Description

Helper class for detecting possible data races in a class static or stand-alone function.


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