Home
last modified time | relevance | path

Searched refs:strong_count (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dafd.rs214 || Arc::strong_count(afd_group.last().unwrap()) > POLL_GROUP__MAX_GROUP_SIZE in acquire()
232 afd_group.retain(|g| Arc::strong_count(g) > 1); in release_unused_afd()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h119 __u32 strong_count; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1710 return info.strong_count; in GetStrongRefCountForStub()