Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Datomics.h62 class SpinLock {
109 class SpinLock {
143 explicit ScopedSpinLock(SpinLock& l) : lock_(l) in ScopedSpinLock()
153 SpinLock& lock_;
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_global.cpp27 class __attribute__((capability("mutex"))) SpinLock final { class
53 static SpinLock managersMutex_;
59 SpinLock handleMutex_ {};
64 SpinLock GlobalManager::managersMutex_;
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_spinlock.h56 static inline void SpinLock(Spinlock *spinlock) in SpinLock() function
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DPropertyProxy.h32 CORE_NS::SpinLock duh;