ProteoWizard
|
#include "Std.hpp"
#include "COMInitializer.hpp"
#include "pwiz/utility/misc/unit.hpp"
#include "boost/thread/thread.hpp"
#include "boost/thread/barrier.hpp"
Go to the source code of this file.
Functions | |
void | testThreadSafetyWorker (boost::barrier *testBarrier) |
void | testThreadSafety () |
int | main (int argc, char *argv[]) |
Variables | |
ostream * | os_ = 0 |
void testThreadSafetyWorker | ( | boost::barrier * | testBarrier | ) |
Definition at line 36 of file COMInitializerTest.cpp.
References pwiz::util::COMInitializer::initialize(), pwiz::util::COMInitializer::uninitialize(), and unit_assert.
void testThreadSafety | ( | ) |
Definition at line 46 of file COMInitializerTest.cpp.
References testThreadSafetyWorker().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 57 of file COMInitializerTest.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, TEST_PROLOG, and testThreadSafety().
ostream* os_ = 0 |
Definition at line 33 of file COMInitializerTest.cpp.