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:task_prio
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/demo/src/
H
A
D
app_demo_uart.c
70
attr.
task_prio
= UART_DEMO_TASK_PRIORITY;
in uart_demo()
H
A
D
app_main.c
142
attr.
task_prio
= APP_SDIO_INIT_TASK_PRIO;
in app_sdio_init()
402
attr.
task_prio
= APP_DEMO_RELEASE_MEM_TASK_PRIO;
in app_demo_task_body()
417
attr.
task_prio
= APP_DEMO_RELEASE_MEM_TASK_PRIO;
in app_demo_task_release_mem()
H
A
D
app_demo_flash.c
106
attr.
task_prio
= 28; /* 28 */
in cmd_test_flash()
H
A
D
app_demo_spi.c
574
attr.
task_prio
= 5; /* priority 5 */
in app_demo_spi_test_cmd_mw_sr()
579
attr.
task_prio
= 5; /* priority 5 */
in app_demo_spi_test_cmd_mw_sr()
615
attr.
task_prio
= 25; /* priority 25 */
in app_demo_spi_test_cmd_mr_sw()
620
attr.
task_prio
= 25; /* priority 25 */
in app_demo_spi_test_cmd_mr_sw()
H
A
D
app_demo_i2s.c
166
attr.
task_prio
= I2S_TEST_TASK_PRIORITY;
in audio_record_play()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_task.h
59
hi_u16
task_prio
;
member
91
are configured as follows: task_name:"default"
task_prio
:20 stack_size:(4*1024)
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_task.h
58
hi_u16
task_prio
;
member
90
are configured as follows: task_name:"default"
task_prio
:20 stack_size:(4*1024)
H
A
D
hi_wifi_api.h
1323
* @param
task_prio
[IN] Type #unsigned char , task priority, range(10-50) .
1334
int hi_wifi_config_callback(unsigned char mode, unsigned char
task_prio
, unsigned short stack_size);
/device/soc/hisilicon/hi3861v100/sdk_liteos/app/wifiiot_app/src/
H
A
D
app_main.c
127
attr.
task_prio
= APP_SDIO_INIT_TASK_PRIO;
in app_sdio_init()
373
attr.
task_prio
= APP_DEMO_RELEASE_MEM_TASK_PRIO;
in app_demo_task_body()
388
attr.
task_prio
= APP_DEMO_RELEASE_MEM_TASK_PRIO;
in app_demo_task_release_mem()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_task.c
39
my_task.usTaskPrio = attr->
task_prio
;
in hi_task_create()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
H
A
D
frw_task.c
100
attr.
task_prio
= FRW_TASK_PRIO;
in frw_task_init()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H
A
D
hi_at.c
682
attr.
task_prio
= AT_PROC_TASK_PRIO;
in hi_at_init()
691
attr.
task_prio
= AT_UART_TASK_PRIO;
in hi_at_init()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
sched.h
1828
extern int
task_prio
(const struct task_struct *p);
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
core.c
5542
*
task_prio
- return the priority value of a given task.
5549
int
task_prio
(const struct task_struct *p)
in task_prio()
function
Completed in 26 milliseconds