Searched refs:LOS_AtomicSet (Results 1 - 15 of 15) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/atomic/ |
H A D | it_los_atomic_011.c | 48 LOS_AtomicSet(&atomicTestCounter, 0x88888888); in TaskF01() 54 LOS_AtomicSet(&atomicTestCounter, 0xaaaaaaaa); in TaskF01() 60 LOS_AtomicSet(&atomicTestCounter, 0xdddddddd); in TaskF01() 66 LOS_AtomicSet(&atomicTestCounter, 0x88888888); in TaskF01() 72 LOS_AtomicSet(&atomicTestCounter, 0x11111111); in TaskF01() 77 LOS_AtomicSet(&atomicTestCounter, 0xffffffff); in TaskF01() 82 LOS_AtomicSet(&atomicTestCounter, 0x88888888); in TaskF01() 86 LOS_AtomicSet(&atomicTestCounter, 0xffffffff); in TaskF01() 92 LOS_AtomicSet(&atomicTestCounter, 0x66666666); in TaskF01() 97 LOS_AtomicSet( in TaskF01() [all...] |
/kernel/liteos_a/kernel/extended/container/ |
H A D | los_ipc_container.c | 73 LOS_AtomicSet(&ipcContainer->rc, 1); in CreateNewIpcContainer() 75 LOS_AtomicSet(&ipcContainer->rc, 3); /* 3: Three system processes */ in CreateNewIpcContainer()
|
H A D | los_credentials.c | 50 LOS_AtomicSet(&newCredentials->rc, 1); in CreateNewCredential() 53 LOS_AtomicSet(&newCredentials->rc, 3); /* 3: Three system processes */ in CreateNewCredential()
|
H A D | los_mnt_container.c | 57 LOS_AtomicSet(&mntContainer->rc, 1); in CreateNewMntContainer() 59 LOS_AtomicSet(&mntContainer->rc, 3); /* 3: Three system processes */ in CreateNewMntContainer()
|
H A D | los_time_container.c | 48 LOS_AtomicSet(&timeContainer->rc, 1); in CreateNewTimeContainer() 51 LOS_AtomicSet(&timeContainer->rc, 3); /* 3: Three system processes */ in CreateNewTimeContainer()
|
H A D | los_uts_container.c | 79 LOS_AtomicSet(&utsContainer->rc, 1); in CreateNewUtsContainer() 82 LOS_AtomicSet(&utsContainer->rc, 3); /* 3: Three system processes */ in CreateNewUtsContainer()
|
H A D | los_net_container.c | 189 LOS_AtomicSet(&netContainer->rc, 1); in CreateNewNetContainer() 191 LOS_AtomicSet(&netContainer->rc, 3); /* 3: Three system processes */ in CreateNewNetContainer()
|
H A D | los_pid_container.c | 286 LOS_AtomicSet(&newPidContainer->level, parent->level + 1); in CreateNewPidContainer() 289 LOS_AtomicSet(&newPidContainer->level, 0); in CreateNewPidContainer() 488 LOS_AtomicSet(&pidForChild->rc, 1); in OsUnsharePidContainer()
|
H A D | los_user_container.c | 79 LOS_AtomicSet(&userContainer->rc, 1); in OsCreateUserContainer() 84 LOS_AtomicSet(&userContainer->rc, 3); /* 3: Three system processes */ in OsCreateUserContainer()
|
/kernel/liteos_m/arch/include/ |
H A D | los_atomic.h | 45 #define LOS_AtomicSet ArchAtomicSet
macro
|
/kernel/liteos_a/arch/arm/arm/src/ |
H A D | smp.c | 86 LOS_AtomicSet(&cpuInit->initFlag, 1); in HalSecondaryCpuStart()
|
/kernel/liteos_a/kernel/base/vm/ |
H A D | los_vm_page.c | 50 LOS_AtomicSet(&page->refCounts, 0); in OsVmPageInit()
|
H A D | los_vm_phys.c | 410 LOS_AtomicSet(&page->refCounts, 0); in OsVmPhysPagesGet() 505 LOS_AtomicSet(&page->refCounts, 0); in LOS_PhysPageFree() 617 LOS_AtomicSet(&page->refCounts, 0); in LOS_PhysPagesFree()
|
/kernel/liteos_a/arch/arm/arm/include/ |
H A D | los_atomic.h | 93 STATIC INLINE VOID LOS_AtomicSet(Atomic *v, INT32 setVal) in LOS_AtomicSet() function
|
/kernel/liteos_a/kernel/base/mp/ |
H A D | los_lockdep.c | 59 LOS_AtomicSet(&g_lockdepAvailable, 1); in OsLockDepRelease()
|
Completed in 12 milliseconds