Home
last modified time | relevance | path

Searched defs:spinlock (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_spinlock.c39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()
49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()
59 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()
69 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
79 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()
88 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()
97 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()
107 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_spinlock.c38 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()
60 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()
73 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()
85 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
97 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()
114 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()
132 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()
145 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_spinlock.c27 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()
49 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()
63 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()
76 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
89 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()
102 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()
115 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()
131 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_spinlock.c39 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()
61 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()
80 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()
98 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
116 int32_t OsalSpinLockIrq(OsalSpinlock *spinlock) in OsalSpinLockIrq()
121 int32_t OsalSpinUnlockIrq(OsalSpinlock *spinlock) in OsalSpinUnlockIrq()
126 int32_t OsalSpinLockIrqSave(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinLockIrqSave()
132 int32_t OsalSpinUnlockIrqRestore(OsalSpinlock *spinlock, uint32_t *flags) in OsalSpinUnlockIrqRestore()
/ohos5.0/drivers/hdf_core/framework/support/posix/src/
H A Dosal_spinlock.c16 int32_t OsalSpinInit(OsalSpinlock *spinlock) in OsalSpinInit()
45 int32_t OsalSpinDestroy(OsalSpinlock *spinlock) in OsalSpinDestroy()
66 int32_t OsalSpinLock(OsalSpinlock *spinlock) in OsalSpinLock()
84 int32_t OsalSpinUnlock(OsalSpinlock *spinlock) in OsalSpinUnlock()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_spinlock.h42 static inline void SpinLockInit(Spinlock *spinlock) in SpinLockInit()
47 static inline int SpinLockTryLock(Spinlock *spinlock) in SpinLockTryLock()
56 static inline void SpinLock(Spinlock *spinlock) in SpinLock()
65 static inline void SpinUnlock(Spinlock *spinlock) in SpinUnlock()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_spinlock.h55 #define OSAL_DECLARE_SPINLOCK(spinlock) OsalSpinlock spinlock argument
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/framework_fuzzer/support/posix_fuzzer/
H A Dposix_fuzzer.cpp105 OsalSpinlock spinlock; in FuncOsalSpinLock() local