Searched refs:Lockable (Results 1 – 12 of 12) sorted by relevance
/external/angle/src/common/ |
D | SynchronizedValue.h | 22 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/ |
D | device9ex.h | 119 BOOL Lockable,
|
D | device9ex.c | 183 BOOL Lockable, in NineDevice9Ex_CreateRenderTargetEx() argument
|
D | nine_lock.c | 843 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()
|
D | device9.h | 374 BOOL Lockable,
|
D | device9.c | 1314 BOOL Lockable, in NineDevice9_CreateRenderTarget() argument 1323 Lockable, ppSurface, pSharedHandle); in NineDevice9_CreateRenderTarget()
|
/external/pigweed/pw_sync/ |
D | docs.rst | 33 `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/ |
D | pragma-attribute-supported-attributes-list.test | 72 // CHECK-NEXT: Lockable (SubjectMatchRule_record)
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 186 …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/ |
D | Attr.td | 1727 def Lockable : InheritableAttr {
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInstX86Base.h | 3279 using Lockable = typename InstImpl<TraitsType>::InstX86BaseLockable; member
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 2797 def Lockable : InheritableAttr {
|