/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_timer.c | 75 uint32_t intSave; in OsalStartTimer() local 92 intSave = LOS_IntLock(); in OsalStartTimer() 95 LOS_IntRestore(intSave); in OsalStartTimer() 103 LOS_IntRestore(intSave); in OsalStartTimer() 107 LOS_IntRestore(intSave); in OsalStartTimer() 126 uint32_t intSave; in OsalTimerSetTimeout() local 146 intSave = LOS_IntLock(); in OsalTimerSetTimeout() 149 LOS_IntRestore(intSave); in OsalTimerSetTimeout() 153 LOS_IntRestore(intSave); in OsalTimerSetTimeout() 160 uint32_t intSave; in OsalTimerDelete() local [all …]
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/ |
H A D | osal_timer.c | 74 uint32_t intSave; in OsalStartTimer() local 91 intSave = LOS_IntLock(); in OsalStartTimer() 99 LOS_IntRestore(intSave); in OsalStartTimer() 107 LOS_IntRestore(intSave); in OsalStartTimer() 111 LOS_IntRestore(intSave); in OsalStartTimer() 130 uint32_t intSave; in OsalTimerSetTimeout() local 150 intSave = LOS_IntLock(); in OsalTimerSetTimeout() 153 LOS_IntRestore(intSave); in OsalTimerSetTimeout() 157 LOS_IntRestore(intSave); in OsalTimerSetTimeout() 164 uint32_t intSave; in OsalTimerDelete() local [all …]
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/osal/include/ |
H A D | osal_atomic_def.h | 60 uint32_t intSave = LOS_IntLock(); in OsalTestSetBitWrapper() local 67 LOS_IntRestore(intSave); in OsalTestSetBitWrapper() 73 uint32_t intSave = LOS_IntLock(); in OsalTestClearBitWrapper() local 80 LOS_IntRestore(intSave); in OsalTestClearBitWrapper() 86 uint32_t intSave = LOS_IntLock(); in OsalClearBitWrapper() local 92 LOS_IntRestore(intSave); in OsalClearBitWrapper()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/osal/include/ |
H A D | osal_atomic_def.h | 60 uint32_t intSave = PRT_IntLock(); in OsalTestSetBitWrapper() local 67 PRT_IntRestore(intSave); in OsalTestSetBitWrapper() 73 uint32_t intSave = PRT_IntLock(); in OsalTestClearBitWrapper() local 80 PRT_IntRestore(intSave); in OsalTestClearBitWrapper() 86 uint32_t intSave = PRT_IntLock(); in OsalClearBitWrapper() local 92 PRT_IntRestore(intSave); in OsalClearBitWrapper()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/include/ |
H A D | osal_atomic_def.h | 60 uint32_t intSave = LOS_IntLock(); in OsalTestSetBitWrapper() local 67 LOS_IntRestore(intSave); in OsalTestSetBitWrapper() 73 uint32_t intSave = LOS_IntLock(); in OsalTestClearBitWrapper() local 80 LOS_IntRestore(intSave); in OsalTestClearBitWrapper() 86 uint32_t intSave = LOS_IntLock(); in OsalClearBitWrapper() local 92 LOS_IntRestore(intSave); in OsalClearBitWrapper()
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_cache.c | 66 uint32 intSave = HIVIEW_IntLock(); in WriteToCache() local 69 HIVIEW_IntRestore(intSave); in WriteToCache() 80 HIVIEW_IntRestore(intSave); in WriteToCache() 91 HIVIEW_IntRestore(intSave); in WriteToCache() 100 HIVIEW_IntRestore(intSave); in WriteToCache() 104 HIVIEW_IntRestore(intSave); in WriteToCache() 142 uint32 intSave = HIVIEW_IntLock(); in ReadFromCache() local 144 HIVIEW_IntRestore(intSave); in ReadFromCache() 214 uint32 intSave = HIVIEW_IntLock(); in GetReadCursor() local 220 HIVIEW_IntRestore(intSave); in GetReadCursor()
|
H A D | hiview_util.c | 114 void HIVIEW_IntRestore(uint32 intSave) in HIVIEW_IntRestore() argument 116 LOS_IntRestore(intSave); in HIVIEW_IntRestore()
|
H A D | hiview_util.h | 84 void HIVIEW_IntRestore(uint32 intSave);
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | netbuf_adapter.c | 119 uint32_t intSave; in NetBufQueueEnqueue() local 120 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueEnqueue() 123 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueEnqueue() 139 uint32_t intSave; in NetBufQueueEnqueueHead() local 140 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueEnqueueHead() 143 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueEnqueueHead() 160 uint32_t intSave; in NetBufQueueDequeue() local 161 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueDequeue() 167 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueDequeue() 186 uint32_t intSave; in NetBufQueueDequeueTail() local [all …]
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | netbuf_adapter.c | 121 uint32_t intSave; in NetBufQueueEnqueue() local 122 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueEnqueue() 125 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueEnqueue() 141 uint32_t intSave; in NetBufQueueEnqueueHead() local 142 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueEnqueueHead() 145 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueEnqueueHead() 162 uint32_t intSave; in NetBufQueueDequeue() local 163 LOS_SpinLockSave(&q->lock, &intSave); in NetBufQueueDequeue() 169 LOS_SpinUnlockRestore(&q->lock, intSave); in NetBufQueueDequeue() 188 uint32_t intSave; in NetBufQueueDequeueTail() local [all …]
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 605 unsigned int intSave; 607 intSave = LOS_IntLock(); 611 LOS_IntRestore(intSave);
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-stm32f407-on-minisystem-eth.md | 603 unsigned int intSave; 605 intSave = LOS_IntLock(); 609 LOS_IntRestore(intSave);
|