ATLAS Offline Software
Loading...
Searching...
No Matches
FPEAudit Namespace Reference

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 Documentation

◆ lock_t

typedef std::lock_guard<std::mutex> FPEAudit::lock_t

Definition at line 43 of file FPEAuditor.cxx.

Variable Documentation

◆ ATLAS_THREAD_SAFE

struct sigaction s_oldactHandler FPEAudit::ATLAS_THREAD_SAFE

Definition at line 40 of file FPEAuditor.cxx.

◆ MAXARRAY

const int FPEAudit::MAXARRAY =100

Definition at line 29 of file FPEAuditor.cxx.

◆ s_handlerDisabled

std::atomic<bool> FPEAudit::s_handlerDisabled = false

Definition at line 39 of file FPEAuditor.cxx.

◆ s_handlerInstalled

std::atomic<bool> FPEAudit::s_handlerInstalled = false

Definition at line 38 of file FPEAuditor.cxx.

◆ s_mutex

std::mutex FPEAudit::s_mutex

Definition at line 42 of file FPEAuditor.cxx.

◆ s_tlsdata

thread_local FPEAuditTLSData FPEAudit::s_tlsdata

Definition at line 36 of file FPEAuditor.cxx.