![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | python |
| namespace | python.trfSignal |
| namespace | PyJobTransforms.trfSignal |
| Signal handling utilities for ATLAS job transforms. | |
Functions | |
| python.trfSignal.setTrfSignalHandlers (handler) | |
| Install common handler for various signals. | |
| python.trfSignal.resetTrfSignalHandlers () | |
| Restore signal handlers to the default ones. | |
Variables | |
| python.trfSignal.msg = logging.getLogger(__name__) | |
| dict | python.trfSignal._savedSignalHandlerDict = {} |
| list | python.trfSignal._defaultSignalList = ['SIGABRT', 'SIGFPE', 'SIGBUS', 'SIGHUP', 'SIGILL', 'SIGIO', 'SIGPIPE', 'SIGQUIT', 'SIGSEGV', 'SIGSYS', 'SIGXCPU', 'SIGXFSZ'] |