Searched refs:__libcpp_thread_create (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __threading_support | 258 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 510 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 671 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
|
H A D | thread | 307 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get()); 342 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 200 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function
|