Home
last modified time | relevance | path

Searched refs:AttemptAcquire (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_refbase_test.cpp245 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 Drefbase_fuzzer.cpp225 FUZZ_LOGI("thread = %{public}u, AttemptAcquire", GetThreadId());
226 g_ref->AttemptAcquire(nullptr);
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/
H A Drefbase_benchmark_test.cpp280 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 Drefbase.cpp611 bool RefBase::AttemptAcquire(const void *objectId) in AttemptAcquire() function in OHOS::RefBase
/commonlibrary/c_utils/base/include/
H A Drefbase.h511 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