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:queueState
(Results
1 - 18
of
18
) sorted by relevance
/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()
152
((queueNode.
queueState
== OS_QUEUE_INUSED) && (queueDebugNode.creator == NULL))) {
in OsQueueCheck()
155
if ((queueNode.
queueState
== OS_QUEUE_INUSED) &&
in OsQueueCheck()
H
A
D
los_queue.c
149
queueCB->
queueState
= OS_QUEUE_INUSED;
in LOS_QueueCreate()
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/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_init.c
87
if (queueCb->
queueState
== OS_QUEUE_UNUSED) {
in OsQueueCreate()
110
queueCb->
queueState
= OS_QUEUE_USED;
in OsQueueCreate()
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()
/kernel/liteos_m/kernel/src/
H
A
D
los_queue.c
189
queueCB->
queueState
= OS_QUEUE_INUSED;
in OsQueueCreate()
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/uniproton/src/core/ipc/include/
H
A
D
prt_queue_external.h
44
U16
queueState
;
member
/kernel/liteos_m/testsuites/src/
H
A
D
osTest.c
122
if (queueNode->
queueState
== OS_QUEUE_INUSED) {
in QueueUsedCountGet()
130
if (queueNode->
queueState
== OS_QUEUE_INUSED) {
in QueueUsedCountGet()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_queue_pri.h
70
UINT16
queueState
; /**< Queue state */
member
/kernel/liteos_a/kernel/base/misc/
H
A
D
sysinfo_shellcmd.c
96
if (queueCB->
queueState
== OS_QUEUE_INUSED) {
in OsShellCmdQueueCntGet()
/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()
H
A
D
osTest.c
213
if (queueCB->
queueState
== OS_QUEUE_INUSED) {
in QueueCountGetTest()
/kernel/liteos_m/components/trace/cnv/
H
A
D
trace_cnv.c
107
LOS_TRACE(QUEUE_DELETE, queueCB->queueID, queueCB->
queueState
, queueCB->readWriteableCnt[OS_QUEUE_READ]);
in LOS_TraceQueueDelete()
/kernel/liteos_m/kernel/include/
H
A
D
los_queue.h
1072
UINT16
queueState
; /**< Queue state */
member
/kernel/uniproton/src/net/lwip-2.1/src/
H
A
D
sys_arch.c
261
return queueCb->
queueState
== OS_QUEUE_USED;
in sys_mbox_valid()
/kernel/liteos_a/kernel/extended/trace/cnv/
H
A
D
trace_cnv.c
108
LOS_TRACE(QUEUE_DELETE, queueCB->queueID, queueCB->
queueState
, queueCB->readWriteableCnt[OS_QUEUE_READ]);
in LOS_TraceQueueDelete()
/kernel/liteos_m/kal/cmsis/
H
A
D
cmsis_liteos2.c
1339
if (queueCB->
queueState
== OS_QUEUE_UNUSED) {
in osMessageQueueGetAttr()
Completed in 15 milliseconds