Home
last modified time | relevance | path

Searched defs:lock (Results 76 - 100 of 7013) sorted by relevance

12345678910>>...281

/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.h18 spinlock_t lock; member
/kernel/linux/linux-6.6/lib/
H A Ddec_and_lock.c21 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 Djni.c38 pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; variable
/third_party/musl/porting/liteos_a/user/src/dirent/
H A D__dirent.h7 volatile int lock[1]; member
/third_party/musl/src/dirent/
H A D__dirent.h7 volatile int lock[1]; member
/third_party/libphonenumber/cpp/src/phonenumbers/base/synchronization/
H A Dlock.h40 AutoLock(Lock& lock) : lock_(lock) { in AutoLock() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vertex_state_cache.h38 simple_mtx_t lock; member
/third_party/node/deps/uv/src/unix/
H A Dspinlock.h25 int lock; member
/third_party/python/Include/cpython/
H A Dpythread.h11 PyAPI_FUNC(int) _PyThread_at_fork_reinit(PyThread_type_lock *lock); variable
/third_party/skia/src/gpu/
H A DGrEagerVertexAllocator.cpp13 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 Doal_mutex.h79 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 Dosal_spinlock.c26 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 Dosal_spinlock.c27 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 Dump_kernel_descriptor_mapping.h33 _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 Dmali_spinlock_reentrant.h22 _mali_osk_spinlock_irq_t *lock; member
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_descriptor_mapping.h34 _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 Dump_kernel_random_mapping.h31 _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 Dmali_spinlock_reentrant.h21 _mali_osk_spinlock_irq_t *lock; member
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_kernel_random_mapping.h30 _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 Drga_mm.h22 struct mutex lock; member
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dace_lock.cpp61 AutoLockGuard::AutoLockGuard(LockType &lock) : lock_(lock) in AutoLockGuard() argument
/foundation/multimedia/media_foundation/src/osal/task/ffrt/
H A Dcondition_variable.cpp48 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 Dmutex.h49 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 Dshared_mutex.h44 inline void lock() in lock() function in ffrt::shared_mutex
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_spinlock.h20 volatile int lock; member

Completed in 6 milliseconds

12345678910>>...281