Home
last modified time | relevance | path

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

/external/libcxx/src/
Dthread.cpp135 __thread_specific_ptr<__thread_struct>&
138 static __thread_specific_ptr<__thread_struct> __p; in __thread_local_data()
208 __thread_struct::__thread_struct() in __thread_struct() function in __thread_struct
213 __thread_struct::~__thread_struct() in ~__thread_struct()
219 __thread_struct::notify_all_at_thread_exit(condition_variable* cv, mutex* m) in notify_all_at_thread_exit()
225 __thread_struct::__make_ready_at_thread_exit(__assoc_sub_state* __s) in __make_ready_at_thread_exit()
/external/libcxx/include/
Dthread314 class _LIBCPP_TYPE_VIS __thread_struct
318 __thread_struct(const __thread_struct&);
319 __thread_struct& operator=(const __thread_struct&);
321 __thread_struct();
322 ~__thread_struct();
328 _LIBCPP_FUNC_VIS __thread_specific_ptr<__thread_struct>& __thread_local_data();
344 __thread_local_data().reset(new __thread_struct);
372 __thread_local_data().reset(new __thread_struct);