Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dmemory.cpp144 _LIBCPP_CONSTEXPR __sp_mut::__sp_mut(void* p) noexcept in __sp_mut() function in __sp_mut
150 __sp_mut::lock() noexcept in lock()
166 __sp_mut::unlock() noexcept in unlock()
171 __sp_mut&
174 static __sp_mut muts[__sp_mut_count] in __get_sp_mut()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/__memory/
Dshared_ptr.h1735 class _LIBCPP_TYPE_VIS __sp_mut
1743 _LIBCPP_CONSTEXPR __sp_mut(void*) _NOEXCEPT;
1744 __sp_mut(const __sp_mut&);
1745 __sp_mut& operator=(const __sp_mut&);
1747 friend _LIBCPP_FUNC_VIS __sp_mut& __get_sp_mut(const void*);
1751 __sp_mut& __get_sp_mut(const void*);
1766 __sp_mut& __m = __get_sp_mut(__p);
1787 __sp_mut& __m = __get_sp_mut(__p);
1807 __sp_mut& __m = __get_sp_mut(__p);
1829 __sp_mut& __m = __get_sp_mut(__p);