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:refcount
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H
A
D
buffer.c
24
atomic_uint_least32_t
refcount
;
member
41
buf->
refcount
= 1;
in BufferMalloc()
61
atomic_fetch_add_explicit(&ref->rootbuf->
refcount
, 1, memory_order_seq_cst);
in BufferRefMalloc()
100
atomic_fetch_add_explicit(&ref->rootbuf->
refcount
, -1, memory_order_seq_cst);
in BufferResize()
118
if (atomic_fetch_add_explicit(&buf->rootbuf->
refcount
, -1, memory_order_seq_cst) == 1) {
in BufferFree()
122
} else if (atomic_fetch_add_explicit(&buf->
refcount
, -1, memory_order_seq_cst) == 1) {
in BufferFree()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
ecs_listener.h
93
oldEntity->
refcount
++;
in AddEntity()
103
// we increase
refcount
for manager always regardless the duplicate entity subscriptions so that tear down will
in AddEntity()
122
--obj->
refcount
;
in RemoveEntity()
123
if (!obj->
refcount
) {
in RemoveEntity()
211
size_t
refcount
{ 0 };
/foundation/multimodalinput/input/libudev/src/
H
A
D
udev_device.cpp
196
refcount
++;
in Ref()
201
if (--
refcount
<= 0) {
in Unref()
600
int
refcount
= 1;
member
Completed in 2 milliseconds