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:OsGetHwThreadId
(Results
1 - 6
of
6
) sorted by relevance
/kernel/uniproton/src/om/cpup/
H
A
D
prt_cpup_thread_64.c
172
OsMcCpupSet(
OsGetHwThreadId
(), (U32)(CPUP_USE_RATE - g_cpup[TSK_GET_INDEX(IDLE_TASK_ID)].usage));
in OsCpupTickCal()
233
OsMcCpupSet(
OsGetHwThreadId
(), cpup);
in OsCpupThreadNow()
306
OsMcCpupSet(
OsGetHwThreadId
(),
in PRT_CpupThread()
/kernel/uniproton/src/core/kernel/include/
H
A
D
prt_sys_external.h
26
#define OS_SYS_PID_BASE (
OsGetHwThreadId
() << OS_TSK_TCB_INDEX_BITS)
/kernel/uniproton/src/arch/cpu/armv7-m/common/exc/
H
A
D
prt_exc.c
103
excInfo->coreId =
OsGetHwThreadId
();
in OsExcSaveInfo()
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H
A
D
os_cpu_armv7_m_external.h
107
OS_SEC_ALW_INLINE INLINE U32
OsGetHwThreadId
(void)
in OsGetHwThreadId()
function
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H
A
D
prt_hwi.c
197
if (
OsGetHwThreadId
() != dstCore) {
in PRT_HwiTrigger()
/kernel/uniproton/src/core/ipc/queue/
H
A
D
prt_queue.c
25
srcPid = COMPOSE_PID(
OsGetHwThreadId
(), OS_HWI_HANDLE);
in OsGetSrcPid()
Completed in 2 milliseconds