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:osDelay
(Results
1 - 8
of
8
) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/cmsis/
H
A
D
cmsis_task_pri_func_test.c
55
status =
osDelay
(DELAY_TICKS_5);
in WaitThreadExit()
116
status =
osDelay
(DELAY_TICKS_5);
169
status =
osDelay
(DELAY_TICKS_5);
196
status =
osDelay
(DELAY_TICKS_5);
223
status =
osDelay
(DELAY_TICKS_5);
250
status =
osDelay
(DELAY_TICKS_5);
376
status =
osDelay
(DELAY_TICKS_5);
383
status =
osDelay
(DELAY_TICKS_5);
390
status =
osDelay
(DELAY_TICKS_5);
397
status =
osDelay
(DELAY_TICKS_
[all...]
H
A
D
cmsis_task_func_test.c
86
status =
osDelay
(DELAY_TICKS_5);
in CmsisThreadCreat003Func001()
100
status =
osDelay
(DELAY_TICKS_5);
in CmsisThreadCreat003Func002()
158
status =
osDelay
(DELAY_TICKS_10);
in WaitThreadExit()
330
status =
osDelay
(DELAY_TICKS_5);
in CmsisThreadResumeFunc002()
431
status =
osDelay
(DELAY_TICKS_5);
439
status =
osDelay
(DELAY_TICKS_5);
470
status =
osDelay
(DELAY_TICKS_5);
509
status =
osDelay
(DELAY_TICKS_1);
513
status =
osDelay
(DELAY_TICKS_5);
542
status =
osDelay
(DELAY_TICKS_
[all...]
H
A
D
cmsis_timer_func_test.c
87
status =
osDelay
(DELAY_TICKS_5);
105
status =
osDelay
(DELAY_TICKS_5);
122
status =
osDelay
(DELAY_TICKS_5);
139
status =
osDelay
(DELAY_TICKS_5);
156
status =
osDelay
(DELAY_TICKS_5);
217
status =
osDelay
(DELAY_TICKS_10);
242
status =
osDelay
(DELAY_TICKS_10);
312
status =
osDelay
(1); /* 1, common data for test, no special meaning */
333
status =
osDelay
(1); /* 1, common data for test, no special meaning */
356
status =
osDelay
(
[all...]
H
A
D
cmsis_sem_func_test.c
58
status =
osDelay
(DELAY_TICKS_5);
74
status =
osDelay
(DELAY_TICKS_5);
90
status =
osDelay
(DELAY_TICKS_5);
106
status =
osDelay
(DELAY_TICKS_5);
122
status =
osDelay
(DELAY_TICKS_5);
138
status =
osDelay
(DELAY_TICKS_5);
154
status =
osDelay
(DELAY_TICKS_5);
170
status =
osDelay
(DELAY_TICKS_5);
H
A
D
cmsis_msg_func_test.c
76
status =
osDelay
(DELAY_TICKS_5);
91
status =
osDelay
(DELAY_TICKS_5);
106
status =
osDelay
(DELAY_TICKS_5);
H
A
D
cmsis_mutex_func_test.c
88
status =
osDelay
(DELAY_TICKS_5);
104
status =
osDelay
(DELAY_TICKS_5);
H
A
D
cmsis_event_func_test.c
166
status =
osDelay
(DELAY_TICKS_5);
172
status =
osDelay
(DELAY_TICKS_5);
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
637
/* before kernel running
osDelay
is implemented by HalDelay interface */
643
osStatus_t
osDelay
(uint32_t ticks)
in osDelay()
function
Completed in 9 milliseconds