Home
last modified time | relevance | path

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_support258 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 Dthread307 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 Dthread_win32.cpp200 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function