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
defs:newTask
(Results
1 - 10
of
10
) sorted by relevance
/kernel/liteos_m/components/debugtools/
H
A
D
los_schedtrace.c
69
STATIC VOID DefaultRecordHandle(LosTaskCB *
newTask
, LosTaskCB *runTask)
in DefaultRecordHandle()
argument
93
VOID OsSchedTraceRecord(LosTaskCB *
newTask
, LosTaskCB *runTask)
in OsSchedTraceRecord()
argument
/kernel/liteos_a/kernel/extended/perf/pmu/
H
A
D
perf_sw_pmu.c
92
STATIC VOID LOS_PerfTaskSwitchedIn(const LosTaskCB *
newTask
, const LosTaskCB *runTask)
in LOS_PerfTaskSwitchedIn()
argument
/kernel/liteos_a/kernel/base/sched/
H
A
D
los_sched.c
302
LosTaskCB *
newTask
= EDFRunqueueTopTaskGet(rq->edfRunqueue);
in TopTaskGet()
local
331
LosTaskCB *
newTask
= TopTaskGet(rq);
in OsSchedStart()
local
369
TaskStackCheck(LosTaskCB *runTask, LosTaskCB *
newTask
)
TaskStackCheck()
argument
383
SchedSwitchCheck(LosTaskCB *runTask, LosTaskCB *
newTask
)
SchedSwitchCheck()
argument
391
SchedTaskSwitch(SchedRunqueue *rq, LosTaskCB *runTask, LosTaskCB *
newTask
)
SchedTaskSwitch()
argument
459
LosTaskCB *
newTask
= TopTaskGet(rq);
OsSchedIrqEndCheckNeedSched()
local
486
LosTaskCB *
newTask
= TopTaskGet(rq);
OsSchedResched()
local
[all...]
/kernel/liteos_m/components/trace/cnv/
H
A
D
trace_cnv.c
172
LosTaskCB *
newTask
= g_losTask.
newTask
;
in LOS_TraceTaskSwitchedIn()
local
/kernel/liteos_a/kernel/base/include/
H
A
D
los_task_pri.h
215
LosTaskCB *
newTask
;
member
H
A
D
los_sched_pri.h
678
LosTaskCB *
newTask
= NULL;
in HPFRunqueueTopTaskGet()
local
/kernel/liteos_a/kernel/extended/trace/cnv/
H
A
D
trace_cnv.c
184
STATIC VOID LOS_TraceTaskSwitchedIn(const LosTaskCB *
newTask
, const LosTaskCB *runTask)
in LOS_TraceTaskSwitchedIn()
argument
/kernel/liteos_m/kernel/src/
H
A
D
los_sched.c
482
LosTaskCB *
newTask
= NULL;
in OsGetTopTask()
local
498
LosTaskCB *
newTask
= OsGetTopTask();
in OsSchedStart()
local
534
LosTaskCB *
newTask
= OsGetTopTask();
OsSchedTaskSwitch()
local
[all...]
/kernel/liteos_a/kernel/extended/cpup/
H
A
D
los_cpup.c
249
VOID OsCpupCycleEndStart(LosTaskCB *runTask, LosTaskCB *
newTask
)
in OsCpupCycleEndStart()
argument
/kernel/liteos_m/kernel/include/
H
A
D
los_task.h
1515
LosTaskCB *
newTask
;
member
Completed in 9 milliseconds