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:PRT_HwiLock
(Results
1 - 9
of
9
) sorted by relevance
/kernel/uniproton/src/arch/cpu/armv7-m/common/hwi/
H
A
D
prt_hwi.c
86
intSave =
PRT_HwiLock
();
in OsInterrupt()
104
(void)
PRT_HwiLock
();
in OsInterrupt()
145
intSave =
PRT_HwiLock
();
in PRT_HwiEnable()
161
intSave =
PRT_HwiLock
();
in PRT_HwiClearAllPending()
180
intSave =
PRT_HwiLock
();
in PRT_HwiClearPendingBit()
201
intSave =
PRT_HwiLock
();
in PRT_HwiTrigger()
221
intSave =
PRT_HwiLock
();
in PRT_HwiDisable()
/kernel/uniproton/src/mem/
H
A
D
prt_mem.c
22
intSave =
PRT_HwiLock
();
in PRT_MemAlloc()
34
intSave =
PRT_HwiLock
();
in PRT_MemAllocAlign()
47
intSave =
PRT_HwiLock
();
in PRT_MemFree()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H
A
D
prt_dispatch.S
17
.global
PRT_HwiLock
30
.type
PRT_HwiLock
, function
153
PRT_HwiLock
:
label
/kernel/uniproton/src/arch/cpu/armv7-m/common/tick/
H
A
D
prt_hw_tick.c
27
intSave =
PRT_HwiLock
();
in OsTickIsr()
H
A
D
prt_hw_tick_minor.c
51
intSave =
PRT_HwiLock
();
in PRT_ClkGetCycleCount64()
/kernel/uniproton/src/om/include/
H
A
D
prt_hook_external.h
109
(intSave) =
PRT_HwiLock
(); \
115
(intSave) =
PRT_HwiLock
(); \
/kernel/uniproton/src/include/uapi/
H
A
D
prt_hwi.h
506
* @see
PRT_HwiLock
| PRT_HwiRestore
525
extern uintptr_t
PRT_HwiLock
(void);
538
* @param intSave [IN] 类型#uintptr_t,关全局中断
PRT_HwiLock
和开全局中断PRT_HwiUnLock的返回值。
543
* @see PRT_HwiUnLock |
PRT_HwiLock
/kernel/uniproton/src/arch/cpu/armv7-m/common/
H
A
D
os_cpu_armv7_m_external.h
98
#define OsIntLock()
PRT_HwiLock
()
/kernel/uniproton/src/core/kernel/irq/
H
A
D
prt_irq_internal.h
42
(intSave) =
PRT_HwiLock
(); \
Completed in 4 milliseconds