Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/
H A Dthread.cpp64 ec = __libcpp_thread_detach(&__t_); in detach()
/llvm-project-15.0.7/libcxx/include/
H A D__threading_support232 int __libcpp_thread_detach(__libcpp_thread_t *__t);
399 int __libcpp_thread_detach(__libcpp_thread_t *__t)
556 int __libcpp_thread_detach(__libcpp_thread_t *__t)
/llvm-project-15.0.7/libcxx/src/support/win32/
H A Dthread_win32.cpp231 int __libcpp_thread_detach(__libcpp_thread_t *__t) in __libcpp_thread_detach() function