Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dslab_allocator_tests.cpp590 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 Dnull_lock.h18 class __TA_CAPABILITY("mutex") NullLock {
20 constexpr NullLock() { } in NullLock() function
A Dauto_lock.h37 explicit AutoLock(fbl::NullLock* mutex) __TA_ACQUIRE(mutex) in AutoLock()
A Dslab_allocator.h809 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