Lines Matching refs:NullLock
590 using NullLock = ::fbl::NullLock; typedef
596 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUnmanagedTestTraits<NullLock>::AllocTraits, 1);
597 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticUniquePtrTestTraits<NullLock>::AllocTraits, 1);
598 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticRefPtrTestTraits<NullLock>::AllocTraits, 1);
604 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUnmanagedTestTraits<NullLock>::AllocTraits, 1);
605 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedUniquePtrTestTraits<NullLock>::AllocTraits, 1);
606 DECLARE_STATIC_SLAB_ALLOCATOR_STORAGE(StaticCountedRefPtrTestTraits<NullLock>::AllocTraits, 1);
616 RUN_NAMED_TEST("Unmanaged Single Slab (unlock)", (slab_test<UnmanagedTestTraits<NullLock>, 1>))
617 RUN_NAMED_TEST("Unmanaged Multi Slab (unlock)", (slab_test<UnmanagedTestTraits<NullLock>>))
618 RUN_NAMED_TEST("UniquePtr Single Slab (unlock)", (slab_test<UniquePtrTestTraits<NullLock>, 1>))
619 RUN_NAMED_TEST("UniquePtr Multi Slab (unlock)", (slab_test<UniquePtrTestTraits<NullLock>>))
620 RUN_NAMED_TEST("RefPtr Single Slab (unlock)", (slab_test<RefPtrTestTraits<NullLock>, 1>))
621 RUN_NAMED_TEST("RefPtr Multi Slab (unlock)", (slab_test<RefPtrTestTraits<NullLock>>))
626 (slab_test<UnmanagedTestTraits<NullLock, fbl::SlabAllocatorFlavor::MANUAL_DELETE>>))
628 RUN_NAMED_TEST("Static Unmanaged (unlock)", (static_slab_test<StaticUnmanagedTestTraits<NullLock>>))
629 RUN_NAMED_TEST("Static UniquePtr (unlock)", (static_slab_test<StaticUniquePtrTestTraits<NullLock>>))
630 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))
636 RUN_NAMED_TEST("Static Unmanaged (unlock)", (static_slab_test<StaticUnmanagedTestTraits<NullLock>>))
637 RUN_NAMED_TEST("Static UniquePtr (unlock)", (static_slab_test<StaticUniquePtrTestTraits<NullLock>>))
638 RUN_NAMED_TEST("Static RefPtr (unlock)", (static_slab_test<StaticRefPtrTestTraits<NullLock>>))
654 <UnmanagedTestTraits<NullLock, fbl::SlabAllocatorFlavor::INSTANCED, true>, 1>))
656 <UnmanagedTestTraits<NullLock, fbl::SlabAllocatorFlavor::INSTANCED, true>>))
658 <UniquePtrTestTraits<NullLock, true>, 1>))
660 <UniquePtrTestTraits<NullLock, true>>))
662 <RefPtrTestTraits<NullLock, true>, 1>))
664 <RefPtrTestTraits<NullLock, true>>))
669 <UnmanagedTestTraits<NullLock, fbl::SlabAllocatorFlavor::MANUAL_DELETE, true>>))
672 <StaticUnmanagedTestTraits<NullLock, true>>))
674 <StaticUniquePtrTestTraits<NullLock, true>>))
676 <StaticRefPtrTestTraits<NullLock, true>>))
686 <StaticUnmanagedTestTraits<NullLock, true>>))
688 <StaticUniquePtrTestTraits<NullLock, true>>))
690 <StaticRefPtrTestTraits<NullLock, true>>))