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 |
Helper class for detecting possible data races in a class static or stand-alone function.
1.8.13