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:OS_QUEUE_UNUSED
(Results
1 - 12
of
12
) sorted by relevance
/kernel/uniproton/src/core/ipc/queue/
H
A
D
prt_queue_del.c
35
if (queueCb->queueState ==
OS_QUEUE_UNUSED
) {
in PRT_QueueDelete()
55
queueCb->queueState =
OS_QUEUE_UNUSED
;
in PRT_QueueDelete()
H
A
D
prt_queue.c
155
if (queueCb->queueState ==
OS_QUEUE_UNUSED
) {
in PRT_QueueRead()
278
if (queueCb->queueState ==
OS_QUEUE_UNUSED
) {
in PRT_QueueWrite()
H
A
D
prt_queue_minor.c
28
if ((*queueCb)->queueState ==
OS_QUEUE_UNUSED
) {
in OsQueueGetParaCheck()
H
A
D
prt_queue_init.c
87
if (queueCb->queueState ==
OS_QUEUE_UNUSED
) {
in OsQueueCreate()
/kernel/liteos_m/kernel/src/
H
A
D
los_queue.c
365
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in OsQueueOperateParamCheck()
581
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in OsQueueMailAlloc()
639
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in OsQueueMailFree()
685
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in LOS_QueueDelete()
714
queueCB->queueState =
OS_QUEUE_UNUSED
;
in LOS_QueueDelete()
755
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in LOS_QueueInfoGet()
/kernel/liteos_a/kernel/base/ipc/
H
A
D
los_queue_debug.c
120
if (queueNode.queueState ==
OS_QUEUE_UNUSED
) {
in SortQueueIndexArray()
151
if ((queueNode.queueState ==
OS_QUEUE_UNUSED
) ||
in OsQueueCheck()
H
A
D
los_queue.c
271
if ((queueCB->queueID != queueID) || (queueCB->queueState ==
OS_QUEUE_UNUSED
)) {
in OsQueueOperateParamCheck()
426
if ((queueCB->queueID != queueID) || (queueCB->queueState ==
OS_QUEUE_UNUSED
)) {
in LOS_QueueDelete()
454
queueCB->queueState =
OS_QUEUE_UNUSED
;
in LOS_QueueDelete()
488
if ((queueCB->queueID != queueID) || (queueCB->queueState ==
OS_QUEUE_UNUSED
)) {
in LOS_QueueInfoGet()
/kernel/uniproton/src/core/ipc/include/
H
A
D
prt_queue_external.h
26
#define
OS_QUEUE_UNUSED
0 /* 队列没有使用 */
macro
/kernel/liteos_a/kernel/base/include/
H
A
D
los_queue_pri.h
86
#define
OS_QUEUE_UNUSED
0
macro
/kernel/liteos_a/testsuites/kernel/src/
H
A
D
iCunit.c
276
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in ICunitRunF()
356
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in ICunitRunF()
/kernel/liteos_m/kernel/include/
H
A
D
los_queue.h
1092
#define
OS_QUEUE_UNUSED
0
macro
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
1339
if (queueCB->queueState ==
OS_QUEUE_UNUSED
) {
in osMessageQueueGetAttr()
Completed in 9 milliseconds