Lines Matching refs:__p
84 void set_pointer(pointer __p);
88 void _LIBCPP_TLS_DESTRUCTOR_CC __thread_specific_ptr<_Tp>::__at_thread_exit(void* __p) { in __at_thread_exit() argument
89 delete static_cast<pointer>(__p); in __at_thread_exit()
108 void __thread_specific_ptr<_Tp>::set_pointer(pointer __p) { in set_pointer() argument
110 std::__libcpp_tls_set(__key_, __p); in set_pointer()
198 unique_ptr<_Fp> __p(static_cast<_Fp*>(__vp));
199 __thread_local_data().set_pointer(std::get<0>(*__p.get()).release());
201 std::__thread_execute(*__p.get(), _Index());
210 …unique_ptr<_Gp> __p(new _Gp(std::move(__tsp), std::forward<_Fp>(__f), std::forward<_Args>(__args).…
211 int __ec = std::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
213 __p.release();
232 unique_ptr<_Fp> __p(static_cast<_Fp*>(__vp));
233 __thread_local_data().set_pointer(__p->__tsp_.release());
234 (__p->__fn_)();