Home
last modified time | relevance | path

Searched refs:__libcpp_thread_create (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libcxxabi/test/
H A Dtest_exception_storage.pass.cpp50 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_support219 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 Dthread311 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 Dthread_win32.cpp196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function