/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
D | osal_mutex.c | 27 int32_t OsalMutexInit(struct OsalMutex *mutex) in OsalMutexInit() 48 int32_t OsalMutexDestroy(struct OsalMutex *mutex) in OsalMutexDestroy() 63 int32_t OsalMutexLock(struct OsalMutex *mutex) in OsalMutexLock() 76 int32_t OsalMutexTimedLock(struct OsalMutex *mutex, uint32_t mSec) in OsalMutexTimedLock() 90 int32_t OsalMutexUnlock(struct OsalMutex *mutex) in OsalMutexUnlock()
|
D | osal_timer.c | 40 struct OsalMutex mutex; member
|
/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
D | osal_mutex.c | 39 int32_t OsalMutexInit(struct OsalMutex *mutex) in OsalMutexInit() 68 int32_t OsalMutexDestroy(struct OsalMutex *mutex) in OsalMutexDestroy() 88 int32_t OsalMutexLock(struct OsalMutex *mutex) in OsalMutexLock() 106 int32_t OsalMutexTimedLock(struct OsalMutex *mutex, uint32_t ms) in OsalMutexTimedLock() 127 int32_t OsalMutexUnlock(struct OsalMutex *mutex) in OsalMutexUnlock()
|
/drivers/hdf_core/framework/support/posix/src/ |
D | osal_mutex.c | 18 int32_t OsalMutexInit(struct OsalMutex *mutex) in OsalMutexInit() 48 int32_t OsalMutexDestroy(struct OsalMutex *mutex) in OsalMutexDestroy() 69 int32_t OsalMutexLock(struct OsalMutex *mutex) in OsalMutexLock() 78 int32_t OsalMutexTimedLock(struct OsalMutex *mutex, uint32_t ms) in OsalMutexTimedLock() 117 int32_t OsalMutexUnlock(struct OsalMutex *mutex) in OsalMutexUnlock()
|
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
D | osal_mutex.c | 39 int32_t OsalMutexInit(struct OsalMutex *mutex) in OsalMutexInit() 61 int32_t OsalMutexDestroy(struct OsalMutex *mutex) in OsalMutexDestroy() 80 int32_t OsalMutexLock(struct OsalMutex *mutex) in OsalMutexLock() 98 int32_t OsalMutexTimedLock(struct OsalMutex *mutex, uint32_t ms) in OsalMutexTimedLock() 119 int32_t OsalMutexUnlock(struct OsalMutex *mutex) in OsalMutexUnlock()
|
/drivers/hdf_core/framework/include/osal/ |
D | osal_mutex.h | 53 #define OSAL_DECLARE_MUTEX(mutex) struct OsalMutex mutex argument
|
/drivers/hdf_core/framework/utils/include/ |
D | osal_msg_queue.h | 22 struct OsalMutex mutex; member
|
D | hdf_blocking_queue.h | 23 struct OsalMutex mutex; member
|
D | hdf_ordered_list.h | 23 struct OsalMutex mutex; member
|
D | hdf_task_queue.h | 27 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/core/adapter/syscall/include/ |
D | hdf_syscall_adapter.h | 29 struct OsalMutex mutex; member 43 struct OsalMutex mutex; member 53 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/core/manager/include/ |
D | devsvc_manager.h | 22 struct OsalMutex mutex; member
|
/drivers/peripheral/wlan/hdi_service/ |
D | wlan_impl.h | 43 struct OsalMutex mutex; member
|
/drivers/peripheral/vibrator/hal/include/ |
D | vibrator_controller.h | 37 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/core/adapter/vnode/include/ |
D | hdf_vnode_adapter.h | 21 struct OsalMutex mutex; member
|
/drivers/peripheral/light/hal/include/ |
D | light_controller.h | 44 struct OsalMutex mutex; member
|
/drivers/hdf_core/adapter/platform/i2c/ |
D | i2c_bes.h | 39 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
D | vibrator_driver.h | 37 struct OsalMutex mutex; member
|
D | vibrator_haptic.h | 49 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/model/sensor/driver/common/include/ |
D | sensor_device_manager.h | 51 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/support/platform/include/pcie/ |
D | pcie_core.h | 40 struct OsalMutex mutex; member
|
/drivers/hdf_core/framework/core/manager/src/ |
D | servstat_listener_holder.c | 22 struct OsalMutex mutex; member
|
/drivers/peripheral/sensor/hal/include/ |
D | sensor_manager.h | 47 struct OsalMutex mutex; member
|
/drivers/hdf_core/adapter/uhdf2/manager/src/ |
D | servstat_listener_holder.c | 31 struct OsalMutex mutex; member
|
/drivers/hdf_core/adapter/uhdf2/osal/src/ |
D | osal_sysevent.c | 29 struct OsalMutex mutex; member
|