Searched refs:__thread_struct (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | thread.cpp | 115 __thread_specific_ptr<__thread_struct>& 122 …alignas(__thread_specific_ptr<__thread_struct>) static char __b[sizeof(__thread_specific_ptr<__thr… in __thread_local_data() 123 …static __thread_specific_ptr<__thread_struct>* __p = new (__b) __thread_specific_ptr<__thread_stru… in __thread_local_data() 193 __thread_struct::__thread_struct() in __thread_struct() function in __thread_struct 198 __thread_struct::~__thread_struct() in ~__thread_struct() 204 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit() 210 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
|
| H A D | condition_variable.cpp | 88 tl_ptr.set_pointer(new __thread_struct); in notify_all_at_thread_exit()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | thread | 123 class _LIBCPP_TYPE_VIS __thread_struct; 129 class _LIBCPP_TYPE_VIS __thread_struct 133 __thread_struct(const __thread_struct&); 134 __thread_struct& operator=(const __thread_struct&); 136 __thread_struct(); 137 ~__thread_struct(); 149 // and only with _Tp == __thread_struct. 150 static_assert((is_same<_Tp, __thread_struct>::value), ""); 304 typedef unique_ptr<__thread_struct> _TSPtr; 305 _TSPtr __tsp(new __thread_struct); [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/ |
| H A D | scripted_crashlog.ips | 146 …__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(int&), std::__1::… 154 …:__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__t… 211 …__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(int&), std::__1::… 219 …:__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__t…
|
| /llvm-project-15.0.7/libcxx/lib/abi/ |
| H A D | CHANGELOG.TXT | 606 The change marks __thread_specific_ptr<__thread_struct>::__at_thread_exit(void*)
|