Home
last modified time | relevance | path

Searched refs:_LIBCPP_NULL_THREAD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Dthread.h157 _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;
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp45 __t_ = _LIBCPP_NULL_THREAD;
57 __t_ = _LIBCPP_NULL_THREAD; in join()
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h98 #define _LIBCPP_NULL_THREAD 0U macro
H A Dpthread.h166 #define _LIBCPP_NULL_THREAD ((__libcpp_thread_t())) macro
H A Dc11.h140 #define _LIBCPP_NULL_THREAD 0U macro