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:prod
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H
A
D
lf_ring.c
80
ring->
prod
.head = 0;
in FillpLfRingInit()
81
ring->
prod
.tail = 0;
in FillpLfRingInit()
105
*prodHead = ring->
prod
.head;
in FillpLfRingMpEnqueueWait()
123
ring->
prod
.head = *prodNext;
in FillpLfRingMpEnqueueWait()
126
} while (unlikely(!CAS(&ring->
prod
.head, *prodHead, *prodNext)));
in FillpLfRingMpEnqueueWait()
143
/* move
prod
.head atomically */
in FillpLfRingMpEnqueue()
160
while (unlikely(ring->
prod
.tail != prodHead)) {
in FillpLfRingMpEnqueue()
174
ring->
prod
.tail = prodNext;
in FillpLfRingMpEnqueue()
190
prodTail = ring->
prod
.tail;
in FillpLfRingMcDequeueWait()
266
FILLP_ULONG prodTail = r->
prod
in FillpRingEmpty()
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H
A
D
lf_ring.h
41
}
prod
;
member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H
A
D
spunge_stack.c
339
FILLP_ULLONG
prod
;
in SpungeConnCheckUnsendBoxEmpty()
local
355
prod
= unsendBox->ring.
prod
.tail;
in SpungeConnCheckUnsendBoxEmpty()
357
while ((
prod
>= con) && ((FILLP_LLONG)(
prod
- con)) >= 0) {
in SpungeConnCheckUnsendBoxEmpty()
Completed in 2 milliseconds