Searched refs:__libcpp_thread_create (Results 1 – 5 of 5) sorted by relevance
/llvm-project/libcxx/include/__thread/ |
H A D | thread.h | 218 int __ec = std::__libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get()); 250 int __ec = std::__libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
|
/llvm-project/libcxx/include/__thread/support/ |
H A D | windows.h | 103 _LIBCPP_EXPORTED_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*)…
|
H A D | pthread.h | 181 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() function
|
H A D | c11.h | 150 inline _LIBCPP_HIDE_FROM_ABI int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(voi… in __libcpp_thread_create() function
|
/llvm-project/libcxx/src/support/win32/ |
H A D | thread_win32.cpp | 158 int __libcpp_thread_create(__libcpp_thread_t* __t, void* (*__func)(void*), void* __arg) { in __libcpp_thread_create() function
|