Home
last modified time | relevance | path

Searched refs:OsalAtomicDec (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/
H A Duart_core.c32 OsalAtomicDec(&host->atom); in UartHostRequest()
39 OsalAtomicDec(&host->atom); in UartHostRequest()
66 OsalAtomicDec(&host->atom); in UartHostRelease()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_atomic.h111 #define OsalAtomicDec(v) OsalAtomicDecWrapper(v) macro
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_sref.c48 OsalAtomicDec(&sref->refs); in HdfSRefRelease()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/
H A Dshared_obj.h47 OsalAtomicDec(&obj->refCount); \
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_work_test.c122 OsalAtomicDec(&atomic); in OsalTestAtomic()
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer_manager.c42 OsalAtomicDec(&queue->driverOwnCount); in CameraBufferDone()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c1573 return OsalAtomicDec(v); in AdapterAtomicDec()