Home
last modified time | relevance | path

Searched defs:__libcpp_thread_detach (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/include/__thread/support/
H A Dpthread.h192 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { return pthread_detach(*__t); } in __libcpp_thread_detach() function
H A Dc11.h161 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { in __libcpp_thread_detach() function
/llvm-project/libcxx/src/support/win32/
H A Dthread_win32.cpp182 int __libcpp_thread_detach(__libcpp_thread_t* __t) { in __libcpp_thread_detach() function