#1211: Interprocess tests hang when run in parallel

#1080 boost::interprocess win32 global file mapping issue 

[SVN r38951]
This commit is contained in:
Ion Gaztañaga
2007-08-25 19:10:12 +00:00
parent 3a18bed072
commit 9915fc41ab
24 changed files with 308 additions and 220 deletions

View File

@@ -16,12 +16,12 @@
#include <cstring> //for strcmp, memset
#include <iostream> //for cout
#include <string>
#include "get_compiler_name.hpp"
#include "get_process_id_name.hpp"
using namespace boost::interprocess;
static const std::size_t ShmSize = 1000;
static const char * ShmName = test::get_compiler_name();
static const char * ShmName = test::get_process_id_name();
struct eraser
{