ATLAS Offline Software
|
Classes | |
struct | FPEAuditTLSData |
Typedefs | |
typedef std::lock_guard< std::mutex > | lock_t |
Variables | |
const int | MAXARRAY =100 |
thread_local FPEAuditTLSData | s_tlsdata |
std::atomic< bool > | s_handlerInstalled = false |
std::atomic< bool > | s_handlerDisabled = false |
struct sigaction s_oldactHandler | ATLAS_THREAD_SAFE |
std::mutex | s_mutex |
typedef std::lock_guard<std::mutex> FPEAudit::lock_t |
Definition at line 44 of file FPEAuditor.cxx.
struct sigaction s_oldactHandler FPEAudit::ATLAS_THREAD_SAFE |
Definition at line 40 of file FPEAuditor.cxx.
const int FPEAudit::MAXARRAY =100 |
Definition at line 30 of file FPEAuditor.cxx.
std::atomic<bool> FPEAudit::s_handlerDisabled = false |
Definition at line 40 of file FPEAuditor.cxx.
std::atomic<bool> FPEAudit::s_handlerInstalled = false |
Definition at line 39 of file FPEAuditor.cxx.
std::mutex FPEAudit::s_mutex |
Definition at line 43 of file FPEAuditor.cxx.
thread_local FPEAuditTLSData FPEAudit::s_tlsdata |
Definition at line 37 of file FPEAuditor.cxx.