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:AttemptAcquire
(Results
1 - 5
of
5
) sorted by relevance
/commonlibrary/c_utils/base/test/unittest/common/
H
A
D
utils_refbase_test.cpp
245
it->second->
AttemptAcquire
(this);
in QueryObjectInner()
264
remoteObject->
AttemptAcquire
(this);
in FindOrNewObject()
352
remoteObject->
AttemptAcquire
(this);
in HWTEST_F()
358
remoteObject->
AttemptAcquire
(this);
in HWTEST_F()
472
testobject->
AttemptAcquire
(this);
in HWTEST_F()
/commonlibrary/c_utils/base/test/fuzztest/refbase_fuzzer/
H
A
D
refbase_fuzzer.cpp
225
FUZZ_LOGI("thread = %{public}u,
AttemptAcquire
", GetThreadId());
226
g_ref->
AttemptAcquire
(nullptr);
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H
A
D
refbase_benchmark_test.cpp
280
it->second->
AttemptAcquire
(this);
in QueryObjectInner()
299
remoteObject->
AttemptAcquire
(this);
in FindOrNewObject()
534
* @tc.desc: test
AttemptAcquire
, IncWeakRef, DecWeakRef, IncStrongRef, DecStrongRef of Refbase
544
remoteObject->
AttemptAcquire
(this);
in BENCHMARK_F()
549
remoteObject->
AttemptAcquire
(this);
in BENCHMARK_F()
634
testobject->
AttemptAcquire
(this);
in BENCHMARK_F()
/commonlibrary/c_utils/base/src/
H
A
D
refbase.cpp
611
bool RefBase::
AttemptAcquire
(const void *objectId)
in AttemptAcquire()
function in OHOS::RefBase
/commonlibrary/c_utils/base/include/
H
A
D
refbase.h
511
bool
AttemptAcquire
(const void *objectId);
515
* This interface must come after the RefBase::AttemptIncStrong or RefBase::
AttemptAcquire
function,
541
* @note This function is a simplified version of `
AttemptAcquire
`.
Completed in 7 milliseconds