Searched refs:__libcpp_thread_create (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/libcxx/src/support/win32/ |
| H A D | thread_win32.cpp | 196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | __threading_support | 221 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 375 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 536 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
|
| H A D | thread | 309 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get()); 344 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
|