Searched refs:OsalAtomicSet (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | shared_obj.h | 61 OsalAtomicSet(&obj->refCount, 1); \ 70 OsalAtomicSet(&obj->refCount, 0); \
|
/ohos5.0/drivers/hdf_core/interfaces/inner_api/osal/shared/ |
H A D | osal_atomic.h | 79 #define OsalAtomicSet(v, counter) OsalAtomicSetWrapper(v, counter) macro
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_sref.c | 64 OsalAtomicSet(&sref->refs, 0); in HdfSRefConstruct()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/uart/ |
H A D | uart_core.c | 97 OsalAtomicSet(&host->atom, 0); in UartHostCreate()
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_msg.c | 145 OsalAtomicSet(&pool->holders[i].available, 1); in CanMsgPoolCreate()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_work_test.c | 110 OsalAtomicSet(&atomic, 1); in OsalTestAtomic()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/ |
H A D | buffer_queue.c | 40 OsalAtomicSet(&queue->driverOwnCount, 0); in BufferQueueStop()
|
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | mock_linux_adapter.cpp | 245 OsalAtomicSet(&g_dev->refcnt, 1); in FuncAdapterOpenDevice()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-uart-develop.md | 345 OsalAtomicSet(&host->atom, 0); // 原子量初始化或者原子量设置
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_interface_pool.c | 106 OsalAtomicSet(&interfaceObj->refCount, 0); in IfInterfaceObjInit() 141 OsalAtomicSet(&interfacePool->refCount, 0); in IfInterfacePoolInit() 144 OsalAtomicSet(&interfacePool->ioRefCount, 0); in IfInterfacePoolInit()
|
H A D | linux_adapter.c | 965 OsalAtomicSet(&dev->refcnt, 1); in AdapterOpenDevice()
|
H A D | liteos_adapter.c | 1141 OsalAtomicSet(&dev->refcnt, 1); in AdapterOpenDevice()
|
H A D | usb_raw_api_library.c | 731 OsalAtomicSet(&tempSession->refCount, 1); in RawInit()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-uart-develop.md | 322 …OsalAtomicSet(&host->atom, 0); // Initialize or set the atom…
|