Searched refs:func1 (Results 1 – 12 of 12) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | func_test.cpp | 17 CPPUNIT_TEST(func1); 23 void func1(); 43 void FuncTest::func1() in func1() function in FuncTest
|
/ndk/tests/device/test-stlport/unit/ |
D | func_test.cpp | 17 CPPUNIT_TEST(func1); 23 void func1(); 43 void FuncTest::func1() in func1() function in FuncTest
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/ |
D | operator.pass.cpp | 40 void func1(std::packaged_task<double(int, char)> p) in func1() function 82 std::thread(func1, std::move(p)).detach(); in main()
|
D | make_ready_at_thread_exit.pass.cpp | 40 void func1(std::packaged_task<double(int, char)> p) in func1() function 82 std::thread(func1, std::move(p)).detach(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/ |
D | wait.pass.cpp | 19 void func1(std::promise<int> p) in func1() function 48 std::thread(func1, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 23 void func1(std::promise<int> p) in func1() function 51 std::thread(func1, std::move(p)).detach(); in main()
|
D | wait_until.pass.cpp | 23 void func1(std::promise<int> p) in func1() function 51 std::thread(func1, std::move(p)).detach(); in main()
|
D | get.pass.cpp | 21 void func1(std::promise<int> p) in func1() function 67 std::thread(func1, std::move(p)).detach(); in main()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/ |
D | wait.pass.cpp | 19 void func1(std::promise<int> p) in func1() function 48 std::thread(func1, std::move(p)).detach(); in main()
|
D | wait_for.pass.cpp | 23 void func1(std::promise<int> p) in func1() function 51 std::thread(func1, std::move(p)).detach(); in main()
|
D | wait_until.pass.cpp | 23 void func1(std::promise<int> p) in func1() function 51 std::thread(func1, std::move(p)).detach(); in main()
|
D | get.pass.cpp | 21 void func1(std::promise<int> p) in func1() function 67 std::thread(func1, std::move(p)).detach(); in main()
|