Lines Matching refs:Impl
88 template <class Impl, class GuardType, class Init>
92 Impl impl(g); in check_guard()
113 template <class GuardType, class Impl>
120 auto res = check_guard<Impl>(&guard_object, init); in access()
189 template <class GuardType, class Impl>
191 FunctionLocalStatic<GuardType, Impl> test_obj; in test_free_for_all()
210 template <class GuardType, class Impl>
212 FunctionLocalStatic<GuardType, Impl> test_obj; in test_waiting_for_init()
246 template <class GuardType, class Impl>
248 FunctionLocalStatic<GuardType, Impl> test_obj; in test_aborted_init()
280 template <class GuardType, class Impl>
283 FunctionLocalStatic<GuardType, Impl> test_obj; in test_completed_init()
303 template <class Impl>
307 test_free_for_all<uint32_t, Impl>, in test_impl()
308 test_free_for_all<uint32_t, Impl>, in test_impl()
309 test_waiting_for_init<uint32_t, Impl>, in test_impl()
310 test_waiting_for_init<uint64_t, Impl>, in test_impl()
311 test_aborted_init<uint32_t, Impl>, in test_impl()
312 test_aborted_init<uint64_t, Impl>, in test_impl()
313 test_completed_init<uint32_t, Impl>, in test_impl()
314 test_completed_init<uint64_t, Impl> in test_impl()