1//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2004-2012. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6//
7// See http://www.boost.org/libs/interprocess for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
10
11#include "named_condition_test_helpers.hpp"
12#include <boost/interprocess/sync/shm/named_condition.hpp>
13#include <boost/interprocess/sync/shm/named_mutex.hpp>
14
15using namespace boost::interprocess;
16
17int main()
18{
19 return test::test_named_condition<ipcdetail::shm_named_condition, ipcdetail::shm_named_mutex>();
20}
21

source code of boost/libs/interprocess/test/shm_named_condition_test.cpp