![]() |
ATLAS Offline Software
|
a C wrapper providing access to PtrAccessSEGVHandler::handle the way sigaction wants it Example: PtrAccessSEGVHandler h(p); setPtrAccessSEGVHandler(h); struct sigaction sa; sa.sa_sigaction= cPtrAccessSEGVHandler; sigaction(SIGSEGV,&sa, NULL); More...
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) |
a C wrapper providing access to PtrAccessSEGVHandler::handle the way sigaction wants it Example: PtrAccessSEGVHandler h(p); setPtrAccessSEGVHandler(h); struct sigaction sa; sa.sa_sigaction= cPtrAccessSEGVHandler; sigaction(SIGSEGV,&sa, NULL);
Definition in file cPtrAccessSEGVHandler.h.
| void cPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE | ( | int | signal, |
| siginfo_t * | si, | ||
| void * | old | ||
| ) |
Definition at line 12 of file cPtrAccessSEGVHandler.cxx.
| void setPtrAccessSEGVHandler ATLAS_NOT_THREAD_SAFE | ( | PtrAccessSEGVHandler * | h | ) |
Definition at line 11 of file cPtrAccessSEGVHandler.cxx.
1.8.18