Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dtest_exception_storage.pass.cpp51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
/external/libcxx/include/
D__threading_support174 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
325 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
Dthread368 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy<_Gp>, __p.get());
414 int __ec = __libcpp_thread_create(&__t_, &__thread_proxy_cxx03<_InvokePair>, __pp.get());
/external/libcxx/src/support/win32/
Dthread_win32.cpp196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function