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:writableCnt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/uniproton/src/core/ipc/include/
H
A
D
prt_queue_external.h
56
U16
writableCnt
;
member
/kernel/uniproton/src/core/ipc/queue/
H
A
D
prt_queue_del.c
45
if ((queueCb->
writableCnt
+ queueCb->readableCnt) != queueCb->nodeNum) {
in PRT_QueueDelete()
H
A
D
prt_queue.c
193
queueCb->
writableCnt
++;
in PRT_QueueRead()
289
ret = OsInnerPend(&queueCb->
writableCnt
, &queueCb->writeList, timeOut);
in PRT_QueueWrite()
H
A
D
prt_queue_init.c
113
queueCb->
writableCnt
= nodeNum;
in OsQueueCreate()
/kernel/liteos_m/kernel/include/
H
A
D
los_queue.h
368
UINT16
writableCnt
; /**< Count of writable resources */
member
/kernel/liteos_m/kernel/src/
H
A
D
los_queue.c
766
queueInfo->
writableCnt
= queueCB->readWriteableCnt[OS_QUEUE_WRITE];
in LOS_QueueInfoGet()
Completed in 4 milliseconds