Home
last modified time | relevance | path

Searched refs:__thread_struct (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libcxx/src/
Dthread.cpp114 __thread_specific_ptr<__thread_struct>&
117 static __thread_specific_ptr<__thread_struct> __p; in __thread_local_data()
187 __thread_struct::__thread_struct() in __thread_struct() function in __thread_struct
192 __thread_struct::~__thread_struct() in ~__thread_struct()
198 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit()
204 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
Dcondition_variable.cpp86 tl_ptr.set_pointer(new __thread_struct); in notify_all_at_thread_exit()
/external/libcxx/src/
Dthread.cpp125 __thread_specific_ptr<__thread_struct>&
128 static __thread_specific_ptr<__thread_struct> __p; in __thread_local_data()
198 __thread_struct::__thread_struct() in __thread_struct() function in __thread_struct
203 __thread_struct::~__thread_struct() in ~__thread_struct()
209 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit()
215 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
Dcondition_variable.cpp86 tl_ptr.set_pointer(new __thread_struct); in notify_all_at_thread_exit()
/external/llvm-project/libcxx/include/
Dthread115 class _LIBCPP_TYPE_VIS __thread_struct;
119 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
121 class _LIBCPP_TYPE_VIS __thread_struct
125 __thread_struct(const __thread_struct&);
126 __thread_struct& operator=(const __thread_struct&);
128 __thread_struct();
129 ~__thread_struct();
141 // and only with _Tp == __thread_struct.
142 static_assert((is_same<_Tp, __thread_struct>::value), "");
144 friend _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
[all …]
/external/libcxx/include/
Dthread120 class _LIBCPP_TYPE_VIS __thread_struct;
124 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
126 class _LIBCPP_TYPE_VIS __thread_struct
130 __thread_struct(const __thread_struct&);
131 __thread_struct& operator=(const __thread_struct&);
133 __thread_struct();
134 ~__thread_struct();
146 // and only with _Tp == __thread_struct.
147 static_assert((is_same<_Tp, __thread_struct>::value), "");
149 friend _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
[all …]
/external/libcxx/lib/abi/
DCHANGELOG.TXT87 The change marks __thread_specific_ptr<__thread_struct>::__at_thread_exit(void*)
/external/llvm-project/libcxx/lib/abi/
DCHANGELOG.TXT709 The change marks __thread_specific_ptr<__thread_struct>::__at_thread_exit(void*)