Home
last modified time | relevance | path

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

/external/angle/src/common/
DSynchronizedValue.h22 template <typename T, typename Lockable = std::mutex>
27 using mutex_type = Lockable;
29 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr()
30 ConstStrictLockPtr(const T &value, Lockable &mutex, std::adopt_lock_t) noexcept in ConstStrictLockPtr()
47 std::unique_lock<Lockable> mLock;
51 template <typename T, typename Lockable = std::mutex>
52 class StrictLockPtr : public ConstStrictLockPtr<T, Lockable>
55 using BaseType = ConstStrictLockPtr<T, Lockable>;
58 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr()
59 StrictLockPtr(T &value, Lockable &mutex, std::adopt_lock_t) noexcept in StrictLockPtr()
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Ddevice9ex.h119 BOOL Lockable,
Ddevice9ex.c183 BOOL Lockable, in NineDevice9Ex_CreateRenderTargetEx() argument
Dnine_lock.c843 BOOL Lockable, in LockDevice9_CreateRenderTarget() argument
849 …derTarget(This, Width, Height, Format, MultiSample, MultisampleQuality, Lockable, ppSurface, pShar… in LockDevice9_CreateRenderTarget()
2210 BOOL Lockable, in LockDevice9Ex_CreateRenderTargetEx() argument
2217 …rTargetEx(This, Width, Height, Format, MultiSample, MultisampleQuality, Lockable, ppSurface, pShar… in LockDevice9Ex_CreateRenderTargetEx()
Ddevice9.h374 BOOL Lockable,
Ddevice9.c1314 BOOL Lockable, in NineDevice9_CreateRenderTarget() argument
1323 Lockable, ppSurface, pSharedHandle); in NineDevice9_CreateRenderTarget()
/external/pigweed/pw_sync/
Ddocs.rst33 `Lockable <https://en.cppreference.com/w/cpp/named_req/Lockable>`_, and where
51 and `Lockable <https://en.cppreference.com/w/cpp/named_req/Lockable>`_.
217 `Lockable <https://en.cppreference.com/w/cpp/named_req/Lockable>`_, and
459 `Lockable <https://en.cppreference.com/w/cpp/named_req/Lockable>`_.
/external/llvm-project/clang/test/Misc/
Dpragma-attribute-supported-attributes-list.test72 // CHECK-NEXT: Lockable (SubjectMatchRule_record)
/external/mesa3d/include/D3D9/
Dd3d9.h186 …Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface…
291 …Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface…
774 …Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface…
1025 …Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface…
1127 …Format, D3DMULTISAMPLE_TYPE MultiSample, DWORD MultisampleQuality, BOOL Lockable, IDirect3DSurface…
/external/clang/include/clang/Basic/
DAttr.td1727 def Lockable : InheritableAttr {
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h3279 using Lockable = typename InstImpl<TraitsType>::InstX86BaseLockable; member
/external/llvm-project/clang/include/clang/Basic/
DAttr.td2797 def Lockable : InheritableAttr {