Home
last modified time | relevance | path

Searched refs:__libcpp_thread_join (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h109 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_thread_join(__libcpp_thread_t* __t);
H A Dpthread.h190 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_join(__libcpp_thread_t* __t) { return pthread_join… in __libcpp_thread_join() function
H A Dc11.h157 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_join(__libcpp_thread_t* __t) { in __libcpp_thread_join() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp43 ec = __libcpp_thread_join(&__t_); in ~thread()