Searched refs:_LIBCPP_NULL_THREAD (Results 1 – 5 of 5) sorted by relevance
157 _LIBCPP_HIDE_FROM_ABI thread() _NOEXCEPT : __t_(_LIBCPP_NULL_THREAD) {}167 …P_HIDE_FROM_ABI thread(thread&& __t) _NOEXCEPT : __t_(__t.__t_) { __t.__t_ = _LIBCPP_NULL_THREAD; }173 __t.__t_ = _LIBCPP_NULL_THREAD;
45 __t_ = _LIBCPP_NULL_THREAD;57 __t_ = _LIBCPP_NULL_THREAD; in join()
98 #define _LIBCPP_NULL_THREAD 0U macro
166 #define _LIBCPP_NULL_THREAD ((__libcpp_thread_t())) macro
140 #define _LIBCPP_NULL_THREAD 0U macro