#include "SALOME_LocalTrace.hxx"
#include <pthread.h>
#include <semaphore.h>
#include "BaseTraceCollector.hxx"
#include "BasicsGenericDestructor.hxx"
Go to the source code of this file.
Data Structures | |
struct | LocalTrace_TraceInfo |
class | LocalTraceBufferPool |
Macros | |
#define | TRACE_BUFFER_SIZE 512 |
#define | MAX_TRACE_LENGTH 1024 |
#define | ABORT_MESS 1 |
#define | NORMAL_MESS 0 |
#define ABORT_MESS 1 |
Referenced by LocalTraceCollector::run(), FileTraceCollector::run(), and SALOMETraceCollector::run().
#define MAX_TRACE_LENGTH 1024 |
#define NORMAL_MESS 0 |
#define TRACE_BUFFER_SIZE 512 |