Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/detail/
Dwindows_intermodule_singleton.hpp57 typedef boost::container::map<boost::container::string, ref_count_ptr> map_type;
186 ref_count_ptr *find(const char *name) in find()
199 ref_count_ptr * insert(const char *name, const ref_count_ptr &ref) in insert()
274 static ref_count_ptr *find(windows_semaphore_based_map &map, const char *name) in find()
279 …static ref_count_ptr * insert(windows_semaphore_based_map &map, const char *name, const ref_count_… in insert()
Dportable_intermodule_singleton.hpp326 static ref_count_ptr *find(managed_global_memory &map, const char *name) in find()
328 return map.find<ref_count_ptr>(name).first; in find()
331 …static ref_count_ptr *insert(managed_global_memory &map, const char *name, const ref_count_ptr &re… in insert()
333 return map.construct<ref_count_ptr>(name)(ref); in insert()
338 return map.destroy<ref_count_ptr>(name); in erase()
Dintermodule_singleton_common.hpp310 struct ref_count_ptr struct
312 ref_count_ptr(void *p, boost::uint32_t count) in ref_count_ptr() argument
404 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()()
409 ref_count_ptr val(p, 0u); in operator ()()
444 ref_count_ptr *rcount = intermodule_singleton_helpers::thread_safe_global_map_dependant in operator ()()