Searched refs:__libcpp_thread_create (Results 1 – 4 of 4) sorted by relevance
/external/libcxxabi/test/ |
D | test_exception_storage.pass.cpp | 51 std::__libcpp_thread_create ( threads + i, thread_code, (void *) (thread_globals + i)); in main()
|
/external/libcxx/include/ |
D | __threading_support | 174 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), 325 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *),
|
D | thread | 368 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/ |
D | thread_win32.cpp | 196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create() function
|