Home
last modified time | relevance | path

Searched refs:LOS_AtomicRead (Results 1 - 17 of 17) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/atomic/
H A Dit_los_atomic_011.c51 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
57 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
63 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
69 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
74 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
79 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
89 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
94 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
99 readCounter = LOS_AtomicRead(&atomicTestCounter); in TaskF01()
105 readCounter = LOS_AtomicRead( in TaskF01()
[all...]
/kernel/liteos_a/kernel/extended/container/
H A Dlos_credentials.c79 if (LOS_AtomicRead(&credentials->userContainer->rc) <= 0) { in FreeCredential()
86 if (LOS_AtomicRead(&credentials->rc) <= 0) { in FreeCredential()
190 if (LOS_AtomicRead(&newCredentials->rc) < 1) { in CommitCredentials()
H A Dlos_pid_container.c56 if (LOS_AtomicRead(&pidContainer->rc) > 0) { in FreeVpid()
88 if (LOS_AtomicRead(&pidContainer->lock) > 0) { in OsAllocSpecifiedVpidUnsafe()
135 if ((pidContainer == NULL) || (LOS_AtomicRead(&pidContainer->lock) > 0)) { in OsAllocVpid()
312 if (LOS_AtomicRead(&container->pidForChildContainer->rc) <= 0) { in OsPidContainerDestroy()
319 if ((container->pidContainer != NULL) && (LOS_AtomicRead(&pidContainer->rc) <= 0)) { in OsPidContainerDestroy()
H A Dlos_time_container.c185 if (LOS_AtomicRead(&container->timeForChildContainer->rc) <= 0) { in OsTimeContainerDestroy()
193 if (LOS_AtomicRead(&container->timeContainer->rc) <= 0) { in OsTimeContainerDestroy()
H A Dlos_ipc_container.c188 if (LOS_AtomicRead(&ipcContainer->rc) > 0) { in OsIpcContainerDestroy()
H A Dlos_container.c375 if (LOS_AtomicRead(&processCB->container->rc) == 0) { in OsContainerFree()
462 if (LOS_AtomicRead(&container->rc) == 0) { in DeInitContainers()
H A Dlos_mnt_container.c227 if (LOS_AtomicRead(&mntContainer->rc) > 0) { in OsMntContainerDestroy()
H A Dlos_uts_container.c203 if (LOS_AtomicRead(&utsContainer->rc) > 0) { in OsUtsContainerDestroy()
H A Dlos_net_container.c164 if (LOS_AtomicRead(&netContainer->rc) > 0) { in OsNetContainerDestroy()
H A Dlos_user_container.c106 } while (LOS_AtomicRead(&userContainer->rc) <= 0); in FreeUserContainer()
/kernel/liteos_m/arch/include/
H A Dlos_atomic.h44 #define LOS_AtomicRead ArchAtomicRead macro
/kernel/liteos_a/arch/arm/arm/src/
H A Dsmp.c74 while (!LOS_AtomicRead(&cpuInit->initFlag)) { in HalArchCpuOn()
/kernel/liteos_a/kernel/common/
H A Dlos_init.c110 while ((LOS_AtomicRead(&g_initCount) % LOSCFG_KERNEL_CORE_NUM) != 0) { in InitLevelCall()
/kernel/liteos_a/kernel/base/vm/
H A Dlos_vm_dump.c235 shareRef = LOS_AtomicRead(&page->refCounts); in OsUProcessPmUsage()
297 ref = LOS_AtomicRead(&page->refCounts); in OsCountRegionPages()
478 vaddr, l1Index, ttEntry, l2Table, l2Index, l2Table[l2Index], LOS_AtomicRead(&page->refCounts)); in OsDumpPte()
H A Dlos_vm_phys.c561 if (LOS_AtomicRead(&oldPage->refCounts) == 1) { in OsPhysSharePageCopy()
/kernel/liteos_a/arch/arm/arm/include/
H A Dlos_atomic.h69 STATIC INLINE INT32 LOS_AtomicRead(const Atomic *v) in LOS_AtomicRead() function
/kernel/liteos_a/kernel/extended/lms/
H A Dlos_lms.c422 if ((LOS_AtomicRead(&g_checkDepth)) || (!OS_SCHEDULER_ALL_ACTIVE)) { in OsLmsCheckAddr()

Completed in 12 milliseconds