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:osThreadId_t
(Results
1 - 3
of
3
) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/cmsis/
H
A
D
cmsis_os2.h
374
typedef void *
osThreadId_t
;
typedef
668
osThreadId_t
osThreadNew (osThreadFunc_t func, void *argument, const osThreadAttr_t *attr);
678
const char *osThreadGetName (
osThreadId_t
thread_id);
687
osThreadId_t
osThreadGetId (void);
698
osThreadState_t osThreadGetState (
osThreadId_t
thread_id);
708
uint32_t osThreadGetStackSize (
osThreadId_t
thread_id);
718
uint32_t osThreadGetStackSpace (
osThreadId_t
thread_id);
729
osStatus_t osThreadSetPriority (
osThreadId_t
thread_id, osPriority_t priority);
739
osPriority_t osThreadGetPriority (
osThreadId_t
thread_id);
758
osStatus_t osThreadSuspend (
osThreadId_t
thread_i
[all...]
H
A
D
cmsis_liteos2.c
305
osThreadId_t
osThreadNew(osThreadFunc_t func, void *argument, const osThreadAttr_t *attr)
in osThreadNew()
318
return (
osThreadId_t
)NULL;
in osThreadNew()
335
return (
osThreadId_t
)NULL;
in osThreadNew()
340
return (
osThreadId_t
)pstTaskCB;
in osThreadNew()
344
const char *osThreadGetName(
osThreadId_t
thread_id)
in osThreadGetName()
358
osThreadId_t
osThreadGetId(void)
in osThreadGetId()
364
return (
osThreadId_t
)(g_losTask.runTask);
in osThreadGetId()
384
osThreadState_t osThreadGetState(
osThreadId_t
thread_id)
in osThreadGetState()
414
uint32_t osThreadGetStackSize(
osThreadId_t
thread_id)
in osThreadGetStackSize()
462
uint32_t osThreadGetStackSpace(
osThreadId_t
thread_i
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtinput.c
85
osThreadId_t
tid;
Completed in 4 milliseconds