Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:LOS_AtomicRead
(Results
1 - 17
of
17
) sorted by relevance
/kernel/liteos_m/testsuites/sample/kernel/atomic/
H
A
D
it_los_atomic_011.c
51
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
D
los_credentials.c
79
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
D
los_pid_container.c
56
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
D
los_time_container.c
185
if (
LOS_AtomicRead
(&container->timeForChildContainer->rc) <= 0) {
in OsTimeContainerDestroy()
193
if (
LOS_AtomicRead
(&container->timeContainer->rc) <= 0) {
in OsTimeContainerDestroy()
H
A
D
los_ipc_container.c
188
if (
LOS_AtomicRead
(&ipcContainer->rc) > 0) {
in OsIpcContainerDestroy()
H
A
D
los_container.c
375
if (
LOS_AtomicRead
(&processCB->container->rc) == 0) {
in OsContainerFree()
462
if (
LOS_AtomicRead
(&container->rc) == 0) {
in DeInitContainers()
H
A
D
los_mnt_container.c
227
if (
LOS_AtomicRead
(&mntContainer->rc) > 0) {
in OsMntContainerDestroy()
H
A
D
los_uts_container.c
203
if (
LOS_AtomicRead
(&utsContainer->rc) > 0) {
in OsUtsContainerDestroy()
H
A
D
los_net_container.c
164
if (
LOS_AtomicRead
(&netContainer->rc) > 0) {
in OsNetContainerDestroy()
H
A
D
los_user_container.c
106
} while (
LOS_AtomicRead
(&userContainer->rc) <= 0);
in FreeUserContainer()
/kernel/liteos_m/arch/include/
H
A
D
los_atomic.h
44
#define
LOS_AtomicRead
ArchAtomicRead
macro
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
smp.c
74
while (!
LOS_AtomicRead
(&cpuInit->initFlag)) {
in HalArchCpuOn()
/kernel/liteos_a/kernel/common/
H
A
D
los_init.c
110
while ((
LOS_AtomicRead
(&g_initCount) % LOSCFG_KERNEL_CORE_NUM) != 0) {
in InitLevelCall()
/kernel/liteos_a/kernel/base/vm/
H
A
D
los_vm_dump.c
235
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
D
los_vm_phys.c
561
if (
LOS_AtomicRead
(&oldPage->refCounts) == 1) {
in OsPhysSharePageCopy()
/kernel/liteos_a/arch/arm/arm/include/
H
A
D
los_atomic.h
69
STATIC INLINE INT32
LOS_AtomicRead
(const Atomic *v)
in LOS_AtomicRead()
function
/kernel/liteos_a/kernel/extended/lms/
H
A
D
los_lms.c
422
if ((
LOS_AtomicRead
(&g_checkDepth)) || (!OS_SCHEDULER_ALL_ACTIVE)) {
in OsLmsCheckAddr()
Completed in 11 milliseconds