Home
last modified time | relevance | path

Searched defs:test_trylock (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/signals2/test/
Dmutex_test.cpp142 struct test_trylock struct
144 typedef M mutex_type;
145 typedef typename boost::unique_lock<M> lock_type;
147 void operator()() in operator ()()
/third_party/boost/libs/thread/test/
Dtest_mutex.cpp63 struct test_trylock struct
65 typedef M mutex_type;
66 typedef typename M::scoped_try_lock try_lock_type;
68 void operator()() in operator ()()
/third_party/boost/libs/interprocess/test/
Dmutex_test_template.hpp63 struct test_trylock struct
65 typedef M mutex_type;
66 typedef boost::interprocess::scoped_lock<mutex_type> try_to_lock_type;
68 void operator()() in operator ()()