Home
last modified time | relevance | path

Searched refs:named_sync_creation_test_wrapper (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dnamed_creation_template.hpp107 class named_sync_creation_test_wrapper class
111 named_sync_creation_test_wrapper(create_only_t) in named_sync_creation_test_wrapper() function in boost::interprocess::test::named_sync_creation_test_wrapper
115 named_sync_creation_test_wrapper(open_only_t) in named_sync_creation_test_wrapper() function in boost::interprocess::test::named_sync_creation_test_wrapper
119 named_sync_creation_test_wrapper(open_or_create_t) in named_sync_creation_test_wrapper() function in boost::interprocess::test::named_sync_creation_test_wrapper
123 ~named_sync_creation_test_wrapper() in ~named_sync_creation_test_wrapper()
Dnamed_mutex_test.cpp24 test::test_named_creation< test::named_sync_creation_test_wrapper<named_mutex> >(); in main()
Dnamed_recursive_mutex_test.cpp25 test::test_named_creation< test::named_sync_creation_test_wrapper<named_recursive_mutex> >(); in main()
Dnamed_upgradable_mutex_test.cpp88 test::test_named_creation< test::named_sync_creation_test_wrapper<named_upgradable_mutex> >(); in main()
Dnamed_sharable_mutex_test.cpp88 test::test_named_creation< test::named_sync_creation_test_wrapper<named_sharable_mutex> >(); in main()
Dnamed_semaphore_test.cpp107 test::test_named_creation< test::named_sync_creation_test_wrapper<lock_test_wrapper> >(); in main()