#include "CxxUtils/SealCommon.h"
#include "CxxUtils/SealDebug.h"
#include "CxxUtils/SealSignal.h"
#include "CxxUtils/UnwindBacktrace.h"
#include "CxxUtils/checker_macros.h"
#include <cstring>
#include <cctype>
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <climits>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/resource.h>
Go to the source code of this file.
|
| namespace | Athena |
| | Some weak symbol referencing magic... These are declared in AthenaKernel/getMessageSvc.h and will be non-nullptr in case the GaudiSvc/AthenaKernel shared libraries have been loaded.
|
◆ MYWRITE
| #define MYWRITE |
( |
| fd, |
|
|
| data, |
|
|
| n ) |
Value:
char data[hepevt_bytes_allocation_ATLAS]
Definition at line 93 of file SealDebug.cxx.
◆ MYWRITELIT
| #define MYWRITELIT |
( |
| fd, |
|
|
| str ) |
Value:
#define MYWRITE(fd, data, n)
Definition at line 97 of file SealDebug.cxx.
◆ STDERR_HANDLE
| #define STDERR_HANDLE STDERR_FILENO |