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:QueueCountGet
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/dsoftbus/tests/core/common/queue/
H
A
D
queue_test.cpp
80
* @tc.desc: core common
QueueCountGet
invalid param test
88
int32_t ret =
QueueCountGet
(nullptr, &count);
in HWTEST_F()
90
ret =
QueueCountGet
(&queue, nullptr);
in HWTEST_F()
120
int32_t ret =
QueueCountGet
(queue, &count);
in HWTEST_F()
/foundation/communication/dsoftbus/core/connection/common/src/
H
A
D
softbus_conn_common.c
179
if (
QueueCountGet
(lockFreeQueue, &queueCount) != 0) {
in WaitQueueLength()
200
if (
QueueCountGet
(queue->queue[i], &queueCount) != 0) {
in GetMsg()
/foundation/communication/dsoftbus/core/common/queue/
H
A
D
softbus_queue.c
77
int32_t
QueueCountGet
(const LockFreeQueue* queue, uint32_t* count)
in QueueCountGet()
function
/foundation/communication/dsoftbus/core/common/include/
H
A
D
softbus_queue.h
67
extern int32_t
QueueCountGet
(const LockFreeQueue* queue, uint32_t* count);
Completed in 2 milliseconds