ATLAS Offline Software
Loading...
Searching...
No Matches
cPtrAccessSEGVHandler.cxx File Reference
Include dependency graph for cPtrAccessSEGVHandler.cxx:

Go to the source code of this file.

Functions

void setPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE (PtrAccessSEGVHandler *h)
void cPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE (int signal, siginfo_t *si, void *old)

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE() [1/2]

void cPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE ( int signal,
siginfo_t * si,
void * old )

Definition at line 12 of file cPtrAccessSEGVHandler.cxx.

12 {
13 s_pHandler->handle(signal, si, old);
14}

◆ ATLAS_NOT_THREAD_SAFE() [2/2]

void setPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE ( PtrAccessSEGVHandler * h)

Definition at line 11 of file cPtrAccessSEGVHandler.cxx.

11{ s_pHandler=h; }
Header file for AthHistogramAlgorithm.