Home
last modified time | relevance | path

Searched refs:__shared_count (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/include/tr1/
Dboost_shared_ptr.h264 class __shared_count
267 __shared_count() in __shared_count() function
272 __shared_count(_Ptr __p, _Deleter __d) : _M_pi(0) in __shared_count() function
288 __shared_count(std::auto_ptr<_Tp>& __r) in __shared_count() function
295 __shared_count(const __weak_count<_Lp>& __r);
297 ~__shared_count() // nothrow in ~__shared_count()
303 __shared_count(const __shared_count& __r) in __shared_count() function
310 __shared_count&
311 operator=(const __shared_count& __r) // nothrow
326 _M_swap(__shared_count& __r) // nothrow in _M_swap()
[all …]
/freebsd-10-stable/contrib/libc++/src/
Dmemory.cpp48 __shared_count::~__shared_count() in ~__shared_count()
53 __shared_count::__add_shared() _NOEXCEPT in __add_shared()
59 __shared_count::__release_shared() _NOEXCEPT in __release_shared()
76 __shared_count::__add_shared(); in __add_shared()
88 if (__shared_count::__release_shared()) in __release_shared()
Dfuture.cpp214 unique_ptr<__shared_count, __release_shared_count> __(__state_); in get()
/freebsd-10-stable/contrib/libc++/include/
D__locale120 : public __shared_count
125 : __shared_count(static_cast<long>(__refs)-1) {}
129 // facet(const facet&) = delete; // effectively done in __shared_count
Dmemory3583 class _LIBCPP_TYPE_VIS __shared_count
3585 __shared_count(const __shared_count&);
3586 __shared_count& operator=(const __shared_count&);
3590 virtual ~__shared_count();
3596 explicit __shared_count(long __refs = 0) _NOEXCEPT
3606 : private __shared_count
3613 : __shared_count(__refs),
3624 long use_count() const _NOEXCEPT {return __shared_count::use_count();}
Dfuture516 : public __shared_count
1155 void operator()(__shared_count* p) {p->__release_shared();}
1169 unique_ptr<__shared_count, __release_shared_count> __(__state_);
1268 unique_ptr<__shared_count, __release_shared_count> __(__state_);
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20061350 __enable_shared_from_this_helper(const __shared_count<>&, const