Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp137 __thread_specific_ptr<__thread_struct>&
140 static __thread_specific_ptr<__thread_struct> __p; in __thread_local_data()
210 __thread_struct::__thread_struct() in __thread_struct() function in __thread_struct
215 __thread_struct::~__thread_struct() in ~__thread_struct()
221 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit()
227 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dthread311 class _LIBCPP_TYPE_VIS __thread_struct
315 __thread_struct(const __thread_struct&);
316 __thread_struct& operator=(const __thread_struct&);
318 __thread_struct();
319 ~__thread_struct();
325 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
341 __thread_local_data().reset(new __thread_struct);
369 __thread_local_data().reset(new __thread_struct);
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch729 @@ -223,3 +229,6 @@ __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s)