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:maxNum
(Results
1 - 9
of
9
) sorted by relevance
/kernel/uniproton/src/om/cpup/
H
A
D
prt_cpup_thread_64.c
94
U32
maxNum
= 0;
in OsCpupTask()
local
95
cpup[
maxNum
].id = OS_CPUP_INT_ID;
in OsCpupTask()
96
cpup[
maxNum
].usage = OsCpupIntGet();
in OsCpupTask()
97
maxNum
++;
in OsCpupTask()
100
if (intNum ==
maxNum
) {
in OsCpupTask()
109
cpup[
maxNum
].id = g_tskCbArray[index].taskPid;
in OsCpupTask()
110
cpup[
maxNum
].usage = g_cpup[index].usage;
in OsCpupTask()
112
maxNum
++;
in OsCpupTask()
114
return
maxNum
;
in OsCpupTask()
250
U32
maxNum
in PRT_CpupThread()
local
[all...]
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H
A
D
prt_cpu_m4_external.h
53
OS_SEC_ALW_INLINE INLINE bool OsHwiCheckMaxNum(U32
maxNum
)
in OsHwiCheckMaxNum()
argument
55
return ((
maxNum
> 0) && (
maxNum
<= OS_MX_IRQ_VECTOR_CNT));
in OsHwiCheckMaxNum()
/kernel/uniproton/src/config/
H
A
D
prt_config.c
65
semModInfo.
maxNum
= OS_SEM_MAX_SUPPORT_NUM;
in OsSemConfigReg()
74
taskModInfo->
maxNum
= OS_TSK_MAX_SUPPORT_NUM;
in OsTaskInfoSet()
87
hookModInfo.
maxNum
[OS_HOOK_HWI_ENTRY] = OS_HOOK_HWI_ENTRY_NUM;
in OsHookConfigReg()
88
hookModInfo.
maxNum
[OS_HOOK_HWI_EXIT] = OS_HOOK_HWI_EXIT_NUM;
in OsHookConfigReg()
89
hookModInfo.
maxNum
[OS_HOOK_TSK_SWITCH] = OS_HOOK_TSK_SWITCH_NUM;
in OsHookConfigReg()
90
hookModInfo.
maxNum
[OS_HOOK_IDLE_PERIOD] = OS_HOOK_IDLE_NUM;
in OsHookConfigReg()
/kernel/uniproton/src/core/kernel/task/
H
A
D
prt_task_init.c
31
if (((modInfo->
maxNum
) > (MAX_TASK_NUM)) || (modInfo->
maxNum
== 0)) {
in OsTskRegister()
35
g_tskModInfo.
maxNum
= modInfo->
maxNum
;
in OsTskRegister()
45
g_tskMaxNum = g_tskModInfo.
maxNum
;
in OsTskRegister()
/kernel/uniproton/src/core/ipc/sem/
H
A
D
prt_sem_init.c
22
if (modInfo->
maxNum
== 0) {
in OsSemRegister()
26
g_maxSem = modInfo->
maxNum
;
in OsSemRegister()
/kernel/uniproton/src/include/uapi/
H
A
D
prt_hook.h
105
U8
maxNum
[(U32)OS_HOOK_TYPE_NUM];
member
H
A
D
prt_sem.h
219
U16
maxNum
;
member
H
A
D
prt_task.h
842
U32
maxNum
;
member
/kernel/uniproton/src/om/hook/
H
A
D
prt_hook_init.c
37
g_hookCb[hookIndex].num += modInfo->
maxNum
[hookIndex];
in OsHookRegister()
Completed in 5 milliseconds