Home
last modified time | relevance | path

Searched defs:test_recursive_lock (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_mutex.cpp257 struct test_recursive_lock struct
259 typedef M mutex_type;
260 typedef typename M::scoped_lock lock_type;
262 void operator()() in operator ()()
/third_party/boost/libs/interprocess/test/
Dmutex_test_template.hpp135 struct test_recursive_lock struct
137 typedef M mutex_type;
138 typedef boost::interprocess::scoped_lock<mutex_type> lock_type;
140 void operator()() in operator ()()
/third_party/boost/libs/fiber/test/
Dtest_mutex_post.cpp244 struct test_recursive_lock { struct
245 typedef M mutex_type;
246 typedef typename std::unique_lock< M > lock_type;
248 void operator()() { in operator ()()
Dtest_mutex_dispatch.cpp244 struct test_recursive_lock { struct
245 typedef M mutex_type;
246 typedef typename std::unique_lock< M > lock_type;
248 void operator()() { in operator ()()