Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp110 // __thread_struct_imp in sleep_for()
123 class _LIBCPP_HIDDEN __thread_struct_imp { in __thread_local_data()
130 __thread_struct_imp(const __thread_struct_imp&);
131 __thread_struct_imp& operator=(const __thread_struct_imp&);
134 __thread_struct_imp() {}
135 ~__thread_struct_imp();
141 __thread_struct_imp::~__thread_struct_imp() { in max_size()
144 class _LIBCPP_HIDDEN __thread_struct_imp global() class
157 __thread_struct_imp() {} __thread_struct_imp() function in __thread_struct_imp
[all...]
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h43 class _LIBCPP_HIDDEN __thread_struct_imp; variable
49 __thread_struct_imp* __p_;