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:osAttr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/liteos_m/testsuites/unittest/xts/cmsis/
H
A
D
cmsis_task_func_test.c
119
osThreadAttr_t
osAttr
;
in CmsisThreadCreat004Func001()
local
120
osAttr
.name = "test";
in CmsisThreadCreat004Func001()
121
osAttr
.attr_bits = 0U;
in CmsisThreadCreat004Func001()
122
osAttr
.cb_mem = NULL;
in CmsisThreadCreat004Func001()
123
osAttr
.cb_size = 0U;
in CmsisThreadCreat004Func001()
124
osAttr
.stack_mem = NULL;
in CmsisThreadCreat004Func001()
125
osAttr
.stack_size = TEST_TASK_STACK_SIZE;
in CmsisThreadCreat004Func001()
126
osAttr
.priority = osPriorityAboveNormal1;
in CmsisThreadCreat004Func001()
129
osId = osThreadNew((osThreadFunc_t)CmsisThreadCreat004Func002, NULL, &
osAttr
);
in CmsisThreadCreat004Func001()
272
osThreadAttr_t
osAttr
;
in CmsisThreadYieldFunc001()
local
301
osThreadAttr_t
osAttr
;
CmsisThreadYieldFunc003()
local
340
osThreadAttr_t
osAttr
;
CmsisThreadResumeFunc001()
local
383
osThreadAttr_t
osAttr
;
CmsisThreadGetCountFunc001()
local
421
osThreadAttr_t
osAttr
;
global()
variable
453
osThreadAttr_t
osAttr
;
global()
variable
487
osThreadAttr_t
osAttr
;
global()
variable
529
osThreadAttr_t
osAttr
;
global()
variable
557
osThreadAttr_t
osAttr
;
global()
variable
590
osThreadAttr_t
osAttr
;
global()
variable
651
osThreadAttr_t
osAttr
;
global()
variable
709
osThreadAttr_t
osAttr
;
global()
variable
[all...]
H
A
D
cmsis_mutex_func_test.c
255
osThreadAttr_t
osAttr
;
variable
256
osAttr
.name = "testMutexGetOwner001";
257
osAttr
.attr_bits = 0U;
258
osAttr
.cb_mem = NULL;
259
osAttr
.cb_size = 0U;
260
osAttr
.stack_mem = NULL;
261
osAttr
.stack_size = TEST_TASK_STACK_SIZE;
262
osAttr
.priority = osPriorityAboveNormal;
263
id = osThreadNew((osThreadFunc_t)CmsisMutexGetOwnerFunc001, NULL, &
osAttr
);
Completed in 2 milliseconds