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_ASSERT
(Results
1 - 25
of
27
) sorted by relevance
1
2
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
H
A
D
los_trustzone.c
50
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
54
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
74
LOS_ASSERT
((__get_IPSR() == 0) && (__get_PRIMASK() == 0));
in LOS_SecureContextAlloc()
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
H
A
D
los_trustzone.c
50
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
54
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
74
LOS_ASSERT
((__get_IPSR() == 0) && (__get_PRIMASK() == 0));
in LOS_SecureContextAlloc()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
H
A
D
los_trustzone.c
50
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
54
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
74
LOS_ASSERT
((__get_IPSR() == 0) && (__get_PRIMASK() == 0));
in LOS_SecureContextAlloc()
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
H
A
D
los_trustzone.c
50
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
54
LOS_ASSERT
(g_secureContext != NULL);
in HalSecureSVCHandler()
74
LOS_ASSERT
((__get_IPSR() == 0) && (__get_PRIMASK() == 0));
in LOS_SecureContextAlloc()
/kernel/liteos_a/kernel/include/
H
A
D
los_base.h
61
#define LOS_ASSERT_COND(expression)
LOS_ASSERT
(expression)
165
#define
LOS_ASSERT
(judge) do { \
macro
185
#define
LOS_ASSERT
(judge)
macro
/kernel/liteos_m/utils/
H
A
D
los_debug.h
155
#define
LOS_ASSERT
(judge)
macro
157
#define
LOS_ASSERT
(judge) \
macro
/kernel/liteos_a/kernel/base/sched/
H
A
D
los_priority.c
91
LOS_ASSERT
(currTime >= taskCB->startTime);
in HPFTimeSliceUpdate()
95
LOS_ASSERT
(incTime >= 0);
in HPFTimeSliceUpdate()
151
LOS_ASSERT
(priQue->pstNext == NULL);
in PriQueHeadInsert()
176
LOS_ASSERT
(priQue->pstNext == NULL);
in PriQueTailInsert()
209
LOS_ASSERT
(!(taskCB->taskStatus & OS_TASK_STATUS_READY));
in PriQueInsert()
239
LOS_ASSERT
(0);
in PriQueInsert()
H
A
D
los_sched.c
476
LOS_ASSERT
(LOS_SpinHeld(&g_taskSpin));
in OsSchedResched()
479
LOS_ASSERT
(rq->taskLockCnt == 1);
in OsSchedResched()
481
LOS_ASSERT
(rq->taskLockCnt == 0);
in OsSchedResched()
H
A
D
los_deadline.c
83
LOS_ASSERT
(currTime >= taskCB->startTime);
in EDFTimeSliceUpdate()
91
LOS_ASSERT
(incTime >= 0);
in EDFTimeSliceUpdate()
148
LOS_ASSERT
(!(taskCB->taskStatus & OS_TASK_STATUS_READY));
in EDFEnqueue()
H
A
D
los_statistics.c
61
LOS_ASSERT
(currTime >= rq->responseTime);
in OsSchedDebugRecordData()
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_mount.c
243
LOS_ASSERT
(mp->mFs != NULL);
in VfsRemount()
244
LOS_ASSERT
(mp->mFs->fsMops != NULL);
in VfsRemount()
245
LOS_ASSERT
(mp->mFs->fsMops->mount != NULL);
in VfsRemount()
/kernel/liteos_a/arch/arm/arm/src/
H
A
D
smp.c
65
LOS_ASSERT
(ops != NULL);
in HalArchCpuOn()
H
A
D
los_hw.c
128
LOS_ASSERT
(context != NULL);
in OsUserTaskStackInit()
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_event.c
85
LOS_ASSERT
(OsIntLocked());
in OsEventPoll()
86
LOS_ASSERT
(LOS_SpinHeld(&g_taskSpin));
in OsEventPoll()
/kernel/liteos_m/kernel/src/
H
A
D
los_tick.c
67
LOS_ASSERT
(currTime >= g_tickTimerBase);
in OsTickTimerBaseReset()
106
LOS_ASSERT
(schedTime >= g_oldTickTimerBase);
in LOS_SysCycleGet()
H
A
D
los_sched.c
78
LOS_ASSERT
(currTime >= taskCB->startTime);
in OsTimeSliceUpdate()
226
LOS_ASSERT
(!(taskCB->taskStatus & OS_TASK_STATUS_READY));
in OsSchedTaskEnQueue()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/
H
A
D
It_smp_los_swtmr_034.c
52
LOS_ASSERT
(begin < end);
in Calsum()
/kernel/liteos_a/kernel/base/vm/
H
A
D
los_vm_phys.c
96
LOS_ASSERT
(g_vmPhysSegNum < VM_PHYS_SEG_MAX);
in OsVmPhysSegAdd()
201
LOS_ASSERT
(buddyPage->order == VM_LIST_ORDER_MAX);
in OsVmPhysPagesSpiltUnsafe()
/kernel/liteos_m/components/power/
H
A
D
los_pm.c
145
LOS_ASSERT
(expireTime > currTime);
in OsPmTickTimerStop()
241
LOS_ASSERT
(pm->sysctrl != NULL);
in OsPmSuspendCheck()
/kernel/liteos_a/arch/arm/gic/
H
A
D
gic_v3.c
216
LOS_ASSERT
(sre & 0x1);
in GiccInitPercpu()
/kernel/liteos_a/fs/vfs/operation/
H
A
D
vfs_procfd.c
48
LOS_ASSERT
(errno == EINTR);
in FileTableLock()
/kernel/liteos_a/kernel/base/mp/
H
A
D
los_lockdep.c
303
LOS_ASSERT
(depth >= 0);
in OsLockDepCheckOut()
/kernel/liteos_a/kernel/base/core/
H
A
D
los_task.c
299
LOS_ASSERT
(LOS_SpinHeld(&g_taskSpin));
in OsTaskSyncWait()
365
LOS_ASSERT
(!(OsProcessVmSpaceGet(processCB) == NULL));
in OsTaskResourcesToFree()
420
LOS_ASSERT
(!OS_TID_CHECK_INVALID(taskID));
in OsTaskEntry()
/kernel/liteos_a/kernel/extended/cpup/
H
A
D
los_cpup.c
80
LOS_ASSERT
(cycles >= cpupStartCycles);
in OsGetCpuCycle()
/kernel/liteos_a/kernel/extended/power/
H
A
D
los_pm.c
112
LOS_ASSERT
(pm->sysctrl != NULL);
in OsPmCpuSuspend()
Completed in 16 milliseconds
1
2