Searched refs:__libcpp_thread_detach (Results 1 – 25 of 88) sorted by relevance
1234
227 int __libcpp_thread_detach(__libcpp_thread_t* __t);335 int __libcpp_thread_detach(__libcpp_thread_t* __t) { return pthread_detach(*__t); }432 int __libcpp_thread_detach(__libcpp_thread_t* __t) { return thrd_detach(*__t) == thrd_success ? 0 :…
187 int __libcpp_thread_detach(__libcpp_thread_t *__t);346 int __libcpp_thread_detach(__libcpp_thread_t *__t)
111 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t);