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:counter
(Results
1 - 2
of
2
) sorted by relevance
/commonlibrary/c_utils/base/include/
H
A
D
refbase.h
57
* @brief Reference
counter
class. Such a class records two kinds
81
explicit RefCounter(RefCounter *
counter
);
83
RefCounter &operator=(const RefCounter &
counter
);
306
* @param
counter
Pointer to corresponding RefCounter object.
309
WeakRefCounter(RefCounter *
counter
, void *cookie);
471
* @brief Gets the pointer to corresponding
counter
object.
473
* @return Pointer to the
counter
object.
604
//
counter
of this RefBase object
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
24
WeakRefCounter::WeakRefCounter(RefCounter *
counter
, void *cookie)
in WeakRefCounter()
argument
25
: atomicWeak_(0), refCounter_(
counter
), cookie_(cookie)
in WeakRefCounter()
362
// someone else changed the
counter
.re-acquire the
counter
value.
in AttemptIncStrongRef()
452
* and the application should not share the reference
counter
.
Completed in 4 milliseconds