Searched refs:__libcpp_thread_create (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | test_exception_storage.pass.cpp | 50 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __threading_support | 219 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 373 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 534 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
|
| H A D | thread | 311 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get()); 346 int __ec = _VSTD::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
|
| /llvm-project-15.0.7/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
|