Searched refs:func3 (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | func_test.cpp | 19 CPPUNIT_TEST(func3); 25 void func3(); 65 void FuncTest::func3() in func3() function in FuncTest
|
/ndk/tests/device/test-stlport/unit/ |
D | func_test.cpp | 19 CPPUNIT_TEST(func3); 25 void func3(); 65 void FuncTest::func3() in func3() function in FuncTest
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
D | operator.pass.cpp | 59 void func3(std::packaged_task<double(int, char)> p) in func3() function 102 std::thread t(func3, std::move(p)); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 59 void func3(std::packaged_task<double(int, char)> p) in func3() function 101 std::thread t(func3, std::move(p)); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
D | wait.pass.cpp | 27 void func3(std::promise<int&> p) in func3() function 62 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 31 void func3(std::promise<int&> p) in func3() function 67 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_until.pass.cpp | 31 void func3(std::promise<int&> p) in func3() function 67 std::thread(func3, std::move(p)).detach(); in main()
|
D | get.pass.cpp | 35 void func3(std::promise<int&> p) in func3() function 94 std::thread(func3, std::move(p)).detach(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
D | wait.pass.cpp | 27 void func3(std::promise<int&> p) in func3() function 62 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 31 void func3(std::promise<int&> p) in func3() function 67 std::thread(func3, std::move(p)).detach(); in main()
|
D | wait_until.pass.cpp | 31 void func3(std::promise<int&> p) in func3() function 67 std::thread(func3, std::move(p)).detach(); in main()
|
D | get.pass.cpp | 35 void func3(std::promise<int&> p) in func3() function 94 std::thread(func3, std::move(p)).detach(); in main()
|