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:timeSlice
(Results
1 - 10
of
10
) sorted by relevance
/kernel/liteos_a/kernel/base/sched/
H
A
D
los_statistics.c
103
STATIC VOID SchedDataGet(const LosTaskCB *taskCB, UINT64 *runTime, UINT64 *
timeSlice
,
in SchedDataGet()
argument
241
UINT64
timeSlice
;
in EDFInfoPrint()
local
H
A
D
los_priority.c
120
INT32
timeSlice
= taskCB->
timeSlice
;
in HPFTimeSliceGet()
local
[all...]
/kernel/liteos_m/kernel/src/
H
A
D
los_sched.c
133
INT32
timeSlice
= (runTask->
timeSlice
<= g_schedTimeSliceMin) ? g_schedTimeSlice : runTask->
timeSlice
;
in OsSchedUpdateExpireTime()
local
[all...]
/kernel/liteos_a/syscall/
H
A
D
process_syscall.c
357
time_t
timeSlice
= 0;
in SysSchedRRGetInterval()
local
/kernel/liteos_m/kernel/include/
H
A
D
los_task.h
1479
INT32
timeSlice
;
member
/kernel/liteos_a/kernel/base/include/
H
A
D
los_sched_pri.h
237
UINT32
timeSlice
;
member
404
INT32
timeSlice
; /**< Task remaining time slice */
member
/third_party/mesa3d/include/GL/
H
A
D
glxext.h
785
int
timeSlice
;
member
/third_party/openGLES/api/GL/
H
A
D
glxext.h
770
int
timeSlice
;
member
/third_party/skia/third_party/externals/swiftshader/include/GL/
H
A
D
glxext.h
769
int
timeSlice
;
member
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H
A
D
glxext.h
769
int
timeSlice
;
member
Completed in 18 milliseconds