Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dwindows.h111 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t);
H A Dc11.h161 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { in __libcpp_thread_detach() function
H A Dpthread.h192 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { return pthread_de… in __libcpp_thread_detach() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp55 ec = __libcpp_thread_detach(&__t_); in join()