Searched refs:ref_count (Results 1 – 8 of 8) sorted by relevance
77 long ref_count; member
456 ++block->ref_count; in thread_unsafe_shared_ptr()460 --block->ref_count; in ~thread_unsafe_shared_ptr()461 if (block->ref_count != 0) in ~thread_unsafe_shared_ptr()480 size_t ref_count = 1; member
346 ++it->second.ref_count; in SetSoftwareBreakpoint()363 assert(it->second.ref_count > 0); in RemoveSoftwareBreakpoint()364 if (--it->second.ref_count > 0) in RemoveSoftwareBreakpoint()
157 (uint64_t)m_data.offset, m_data.user_tag, m_data.ref_count, in GetRegionForAddress()
26 os_refcnt_t ref_count; field39 #define thread_reference_internal(thread) os_ref_retain(&(thread)->ref_count);
410 uint32_t ref_count; member
65 return object.ref_count(); in getRefCount()
3155 size_t ref_count = 0; in PrintModule() local3159 ref_count = module_sp.use_count() - 1; in PrintModule()3162 strm.Printf("{%*" PRIu64 "}", width, (uint64_t)ref_count); in PrintModule()3164 strm.Printf("{%" PRIu64 "}", (uint64_t)ref_count); in PrintModule()