| /kernel/linux/linux-6.6/sound/core/seq/ |
| H A D | seq_prioq.h | 18 spinlock_t lock; member
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | dec_and_lock.c | 21 int _atomic_dec_and_lock(atomic_t *atomic, spinlock_t *lock) in _atomic_dec_and_lock() argument 37 int _atomic_dec_and_lock_irqsave(atomic_t *atomic, spinlock_t *lock, in _atomic_dec_and_lock_irqsave() argument 53 int _atomic_dec_and_raw_lock(atomic_t *atomic, raw_spinlock_t *lock) in _atomic_dec_and_raw_lock() argument 68 _atomic_dec_and_raw_lock_irqsave(atomic_t *atomic, raw_spinlock_t *lock, unsigned long *flags) _atomic_dec_and_raw_lock_irqsave() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | jni.c | 38 pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
|
| /third_party/musl/porting/liteos_a/user/src/dirent/ |
| H A D | __dirent.h | 7 volatile int lock[1]; member
|
| /third_party/musl/src/dirent/ |
| H A D | __dirent.h | 7 volatile int lock[1]; member
|
| /third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/ |
| H A D | lock.h | 40 AutoLock(Lock& lock) : lock_(lock) { in AutoLock() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vertex_state_cache.h | 38 simple_mtx_t lock; member
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | spinlock.h | 25 int lock; member
|
| /third_party/python/Include/cpython/ |
| H A D | pythread.h | 11 PyAPI_FUNC(int) _PyThread_at_fork_reinit(PyThread_type_lock *lock); variable
|
| /third_party/skia/src/gpu/ |
| H A D | GrEagerVertexAllocator.cpp | 13 void* GrEagerDynamicVertexAllocator::lock(size_t stride, int eagerCount) { in lock() function in GrEagerDynamicVertexAllocator 38 void* GrCpuVertexAllocator::lock(size_t stride, int eagerCount) { in lock() function in GrCpuVertexAllocator
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_mutex.h | 79 static inline hi_void oal_mutex_lock(oal_mutex_stru *lock) in oal_mutex_lock() argument 84 static inline hi_s32 oal_mutex_trylock(oal_mutex_stru *lock) in oal_mutex_trylock() argument 89 static inline hi_void oal_mutex_unlock(oal_mutex_stru *lock) in oal_mutex_unlock() argument 94 static inline hi_void oal_mutex_lock(oal_mutex_stru *lock) in oal_mutex_lock() argument 102 static inline hi_s32 oal_mutex_trylock(oal_mutex_stru *lock) in oal_mutex_trylock() argument 107 oal_mutex_unlock(oal_mutex_stru *lock) oal_mutex_unlock() argument [all...] |
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
| H A D | osal_spinlock.c | 26 int osal_spin_lock_init(osal_spinlock_t *lock) in osal_spin_lock_init() argument 44 void osal_spin_lock(osal_spinlock_t *lock) in osal_spin_lock() argument 52 int osal_spin_trylock(osal_spinlock_t *lock) in osal_spin_trylock() argument 64 osal_spin_unlock(osal_spinlock_t *lock) osal_spin_unlock() argument 72 osal_spin_lock_irqsave(osal_spinlock_t *lock, unsigned long *flags) osal_spin_lock_irqsave() argument 82 osal_spin_unlock_irqrestore(osal_spinlock_t *lock, const unsigned long *flags) osal_spin_unlock_irqrestore() argument 92 osal_spin_lock_destroy(osal_spinlock_t *lock) osal_spin_lock_destroy() argument [all...] |
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_spinlock.c | 27 int osal_spin_lock_init(osal_spinlock *lock) in osal_spin_lock_init() argument 46 void osal_spin_lock(osal_spinlock *lock) in osal_spin_lock() argument 60 int osal_spin_trylock(osal_spinlock *lock) in osal_spin_trylock() argument 75 osal_spin_unlock(osal_spinlock *lock) osal_spin_unlock() argument 89 osal_spin_lock_irqsave(osal_spinlock *lock, unsigned long *flags) osal_spin_lock_irqsave() argument 106 osal_spin_unlock_irqrestore(osal_spinlock *lock, unsigned long *flags) osal_spin_unlock_irqrestore() argument 120 osal_spin_lock_destory(osal_spinlock *lock) osal_spin_lock_destory() argument [all...] |
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_descriptor_mapping.h | 33 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_spinlock_reentrant.h | 22 _mali_osk_spinlock_irq_t *lock; member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_descriptor_mapping.h | 34 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_random_mapping.h | 31 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_spinlock_reentrant.h | 21 _mali_osk_spinlock_irq_t *lock; member
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
| H A D | ump_kernel_random_mapping.h | 30 _mali_osk_mutex_rw_t *lock; /**< Lock protecting access to the mapping object */ member
|
| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_mm.h | 22 struct mutex lock; member
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | ace_lock.cpp | 61 AutoLockGuard::AutoLockGuard(LockType &lock) : lock_(lock) in AutoLockGuard() argument
|
| /foundation/multimedia/media_foundation/src/osal/task/ffrt/ |
| H A D | condition_variable.cpp | 48 Wait(lock); variable 52 bool ConditionVariable::WaitFor(AutoLock& lock, int64_t timeoutMs) in WaitFor() argument 62 bool ConditionVariable::WaitFor(AutoLock& lock, int64_t timeoutMs, std::function<bool()> pred) in WaitFor() argument
|
| /foundation/resourceschedule/ffrt/interfaces/kits/cpp/ |
| H A D | mutex.h | 49 inline void lock() in lock() function in ffrt::mutex 83 inline void lock() in lock() function in ffrt::recursive_mutex
|
| /foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/ |
| H A D | shared_mutex.h | 44 inline void lock() in lock() function in ffrt::shared_mutex
|
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
| H A D | nstackx_spinlock.h | 20 volatile int lock; member
|