Searched refs:NullLock (Results 1 – 4 of 4) sorted by relevance
| /system/utest/fbl/ |
| A D | slab_allocator_tests.cpp | 590 using NullLock = ::fbl::NullLock; typedef 658 <UniquePtrTestTraits<NullLock, true>, 1>)) 660 <UniquePtrTestTraits<NullLock, true>>)) 662 <RefPtrTestTraits<NullLock, true>, 1>)) 664 <RefPtrTestTraits<NullLock, true>>)) 672 <StaticUnmanagedTestTraits<NullLock, true>>)) 674 <StaticUniquePtrTestTraits<NullLock, true>>)) 676 <StaticRefPtrTestTraits<NullLock, true>>)) 686 <StaticUnmanagedTestTraits<NullLock, true>>)) 688 <StaticUniquePtrTestTraits<NullLock, true>>)) [all …]
|
| /system/ulib/fbl/include/fbl/ |
| A D | null_lock.h | 18 class __TA_CAPABILITY("mutex") NullLock { 20 constexpr NullLock() { } in NullLock() function
|
| A D | auto_lock.h | 37 explicit AutoLock(fbl::NullLock* mutex) __TA_ACQUIRE(mutex) in AutoLock()
|
| A D | slab_allocator.h | 809 SlabAllocatorTraits<T, SLAB_SIZE, ::fbl::NullLock, SlabAllocatorFlavor::INSTANCED, 816 SlabAllocatorTraits<T, SLAB_SIZE, ::fbl::NullLock, SlabAllocatorFlavor::INSTANCED, 832 SlabAllocatorTraits<T, SLAB_SIZE, ::fbl::NullLock, SlabAllocatorFlavor::MANUAL_DELETE, 910 SlabAllocatorTraits<T, SLAB_SIZE, ::fbl::NullLock, SlabAllocatorFlavor::STATIC,
|
Completed in 9 milliseconds