Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp428 struct StaticRefPtrTestTraits { struct
455 using StaticCountedRefPtrTestTraits = StaticRefPtrTestTraits<LockType, true>;
594 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<MutexLock>::AllocTraits, 1);
598 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<NullLock>::AllocTraits, 1);
630 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))
634 RUN_NAMED_TEST("Static RefPtr (mutex)", (static_slab_test<StaticRefPtrTestTraits<MutexLock>>))
638 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))
676 <StaticRefPtrTestTraits<NullLock, true>>))
683 <StaticRefPtrTestTraits<MutexLock, true>>))
690 <StaticRefPtrTestTraits<NullLock, true>>))

Completed in 6 milliseconds