Home
last modified time | relevance | path

Searched refs:m_ref_count (Results 1 – 2 of 2) sorted by relevance

/trusted-services/components/service/locator/standalone/
A Dstandalone_service_context.cpp18 m_ref_count(0), in standalone_service_context()
33 m_ref_count(0), in standalone_service_context()
51 assert(m_ref_count >= 0); in init()
53 if (!m_ref_count) do_init(); in init()
54 ++m_ref_count; in init()
59 assert(m_ref_count > 0); in deinit()
61 --m_ref_count; in deinit()
62 if (!m_ref_count) do_deinit(); in deinit()
A Dstandalone_service_context.h41 int m_ref_count; variable

Completed in 4 milliseconds