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:REG_FUNC
(Results
1 - 3
of
3
) sorted by relevance
/foundation/resourceschedule/ffrt/src/util/
H
A
D
cpu_boost_ohos.h
46
#define
REG_FUNC
(func) using func##Type = decltype(func)*; func##Type func##Temp = nullptr
macro
47
REG_FUNC
(cpu_boost_start);
48
REG_FUNC
(cpu_boost_end);
49
REG_FUNC
(cpu_boost_save);
50
REG_FUNC
(cpu_boost_restore);
51
#undef
REG_FUNC
macro
/foundation/resourceschedule/ffrt/src/sched/
H
A
D
task_client_adapter.h
77
#define
REG_FUNC
(func) using func##Type = decltype(func)*; func##Type func##Func = nullptr
macro
78
REG_FUNC
(AddThreadToRtg);
79
REG_FUNC
(BeginFrameFreq);
80
REG_FUNC
(EndFrameFreq);
81
REG_FUNC
(DestroyRtgGrp);
82
REG_FUNC
(CTC_QueryInterval);
83
#undef
REG_FUNC
macro
/foundation/resourceschedule/ffrt/src/dfx/trace/
H
A
D
ffrt_trace.h
98
#define
REG_FUNC
(func) using func##Type = decltype(func)*; func##Type func = nullptr
macro
99
REG_FUNC
(IsTagEnabled);
100
REG_FUNC
(StartTrace);
101
REG_FUNC
(FinishTrace);
102
REG_FUNC
(StartAsyncTrace);
103
REG_FUNC
(FinishAsyncTrace);
104
REG_FUNC
(CountTrace);
105
#undef
REG_FUNC
macro
Completed in 2 milliseconds