Searched refs:thrd_create (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | threads_test.cpp | 338 ASSERT_EQ(thrd_success, thrd_create(&t, exit_arg, reinterpret_cast<void*>(1))); in TEST() 351 ASSERT_EQ(thrd_success, thrd_create(&t, exit_arg, reinterpret_cast<void*>(1))); in TEST() 355 ASSERT_EQ(thrd_success, thrd_create(&t, exit_arg, reinterpret_cast<void*>(2))); in TEST() 360 ASSERT_EQ(thrd_success, thrd_create(&t, exit_arg, reinterpret_cast<void*>(3))); in TEST() 386 ASSERT_EQ(thrd_success, thrd_create(&t, return_arg, reinterpret_cast<void*>(1))); in TEST() 390 ASSERT_EQ(thrd_success, thrd_create(&t, return_arg, reinterpret_cast<void*>(2))); in TEST() 395 ASSERT_EQ(thrd_success, thrd_create(&t, return_arg, reinterpret_cast<void*>(3))); in TEST()
|
/bionic/tests/headers/posix/ |
D | threads_h.c | 70 FUNCTION(thrd_create, int (*f)(thrd_t*, thrd_start_t, void*)); in threads_h()
|
/bionic/libc/include/ |
D | threads.h | 158 int thrd_create(thrd_t* __thrd, thrd_start_t __function, void* __arg) __INTRODUCED_IN(30);
|
/bionic/libc/include/bits/ |
D | threads_inlines.h | 137 __BIONIC_THREADS_INLINE int thrd_create(thrd_t* __thrd, in thrd_create() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1509 thrd_create;
|
/bionic/libc/ |
D | libc.map.txt | 1509 thrd_create;
|