#include "SALOMELocalTraceTest.hxx"
#include <iostream>
#include <fstream>
#include <string>
#include <cstdlib>
#include <cstdio>
#include "LocalTraceBufferPool.hxx"
#include "utilities.h"
#include "Basics_Utils.hxx"
#include "Basics_DirUtils.hxx"
Macros | |
#define | NUM_THREADS 2 |
#define | NUM_MESSAGES 5 |
Functions | |
void * | PrintHello (void *threadid) |
NUM_THREAD are created with function PrintHello, which produces NUM_MESSAGES traces. More... | |
#define NUM_MESSAGES 5 |
Referenced by PrintHello().
#define NUM_THREADS 2 |
void * PrintHello | ( | void * | threadid | ) |
NUM_THREAD are created with function PrintHello, which produces NUM_MESSAGES traces.
References MESSAGE, and NUM_MESSAGES.
Referenced by SALOMETraceCollectorTest::testLoadBufferPoolCORBA(), SALOMELocalTraceTest::testLoadBufferPoolFile(), and SALOMELocalTraceTest::testLoadBufferPoolLocal().