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:LOS_MS2Tick
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/kernel/base/misc/
H
A
D
los_misc.c
51
interval =
LOS_MS2Tick
(msecs);
in LOS_Msleep()
/kernel/liteos_a/kernel/include/
H
A
D
los_sys.h
171
* @see
LOS_MS2Tick
194
extern UINT32
LOS_MS2Tick
(UINT32 millisec);
/kernel/liteos_a/kernel/base/core/
H
A
D
los_sys.c
48
LITE_OS_SEC_TEXT_MINOR UINT32
LOS_MS2Tick
(UINT32 millisec)
in LOS_MS2Tick()
function
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
H
A
D
It_posix_pthread_095.c
84
LOS_TaskDelay(
LOS_MS2Tick
(1000)); // 1000, delay for Timing control.
in PthreadF01()
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/swtmr/smp/
H
A
D
It_smp_los_swtmr_029.c
102
LOS_MS2Tick
(10000)); // 10000, Converts the number of milliseconds to the number of ticks,and set timeout
in Testcase()
/kernel/liteos_m/kal/posix/src/
H
A
D
poll.c
85
return LOS_SemPend(table->sem,
LOS_MS2Tick
(timeout));
in WaitSemTime()
/kernel/liteos_m/kernel/include/
H
A
D
los_tick.h
377
* @see
LOS_MS2Tick
400
extern UINT32
LOS_MS2Tick
(UINT32 millisec);
/kernel/liteos_m/kernel/src/
H
A
D
los_tick.c
309
Function :
LOS_MS2Tick
315
LITE_OS_SEC_TEXT_MINOR UINT32
LOS_MS2Tick
(UINT32 millisec)
in LOS_MS2Tick()
function
399
Function :
LOS_MS2Tick
H
A
D
los_task.c
1533
interval =
LOS_MS2Tick
(mSecs);
in LOS_Msleep()
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
H
A
D
It_posix_pthread.h
59
#define
LOS_MS2Tick
(ms) ((ms) / 10)
macro
/kernel/liteos_a/kernel/extended/liteipc/
H
A
D
hm_liteipc.c
1159
UINT32 timeout = syncFlag ?
LOS_MS2Tick
(LITEIPC_TIMEOUT_MS) : LOS_WAIT_FOREVER;
in LiteIpcRead()
Completed in 8 milliseconds