Searched defs:test_trylock (Results 1 – 3 of 3) sorted by relevance
142 struct test_trylock struct144 typedef M mutex_type;145 typedef typename boost::unique_lock<M> lock_type;147 void operator()() in operator ()()
63 struct test_trylock struct65 typedef M mutex_type;66 typedef typename M::scoped_try_lock try_lock_type;68 void operator()() in operator ()()
63 struct test_trylock struct65 typedef M mutex_type;66 typedef boost::interprocess::scoped_lock<mutex_type> try_to_lock_type;68 void operator()() in operator ()()