Home
last modified time | relevance | path

Searched refs:detach (Results 1 – 25 of 25) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
Dget.pass.cpp67 std::thread(func1, std::move(p)).detach(); in main()
75 std::thread(func2, std::move(p)).detach(); in main()
94 std::thread(func3, std::move(p)).detach(); in main()
102 std::thread(func4, std::move(p)).detach(); in main()
121 std::thread(func5, std::move(p)).detach(); in main()
129 std::thread(func6, std::move(p)).detach(); in main()
Dwait.pass.cpp48 std::thread(func1, std::move(p)).detach(); in main()
62 std::thread(func3, std::move(p)).detach(); in main()
76 std::thread(func5, std::move(p)).detach(); in main()
Dwait_for.pass.cpp51 std::thread(func1, std::move(p)).detach(); in main()
67 std::thread(func3, std::move(p)).detach(); in main()
83 std::thread(func5, std::move(p)).detach(); in main()
Dwait_until.pass.cpp51 std::thread(func1, std::move(p)).detach(); in main()
67 std::thread(func3, std::move(p)).detach(); in main()
83 std::thread(func5, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
Dget.pass.cpp67 std::thread(func1, std::move(p)).detach(); in main()
75 std::thread(func2, std::move(p)).detach(); in main()
94 std::thread(func3, std::move(p)).detach(); in main()
102 std::thread(func4, std::move(p)).detach(); in main()
121 std::thread(func5, std::move(p)).detach(); in main()
129 std::thread(func6, std::move(p)).detach(); in main()
Dwait.pass.cpp48 std::thread(func1, std::move(p)).detach(); in main()
62 std::thread(func3, std::move(p)).detach(); in main()
76 std::thread(func5, std::move(p)).detach(); in main()
Dwait_for.pass.cpp51 std::thread(func1, std::move(p)).detach(); in main()
67 std::thread(func3, std::move(p)).detach(); in main()
83 std::thread(func5, std::move(p)).detach(); in main()
Dwait_until.pass.cpp51 std::thread(func1, std::move(p)).detach(); in main()
67 std::thread(func3, std::move(p)).detach(); in main()
83 std::thread(func5, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
Dmake_ready_at_thread_exit.pass.cpp76 std::thread(func0, std::move(p)).detach(); in main()
82 std::thread(func1, std::move(p)).detach(); in main()
96 std::thread(func2, std::move(p)).detach(); in main()
Ddtor.pass.cpp43 std::thread(func, std::move(p)).detach(); in main()
57 std::thread(func2, std::move(p)).detach(); in main()
Doperator.pass.cpp76 std::thread(func0, std::move(p)).detach(); in main()
82 std::thread(func1, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.promise/
Dset_value_at_thread_exit_const.pass.cpp30 std::thread(func, std::move(p)).detach(); in main()
Dset_lvalue_at_thread_exit.pass.cpp33 std::thread(func, std::move(p)).detach(); in main()
Dset_value_at_thread_exit_void.pass.cpp33 std::thread(func, std::move(p)).detach(); in main()
Dset_exception_at_thread_exit.pass.cpp31 std::thread(func, std::move(p)).detach(); in main()
Dset_rvalue_at_thread_exit.pass.cpp35 std::thread(func, std::move(p)).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
Dwait.exception.pass.cpp46 std::thread(signal_me).detach(); in main()
Dwait_for.exception.pass.cpp46 std::thread(signal_me).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/thread.thread.member/
Ddetach.pass.cpp48 t0.detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/
Dnotify_all_at_thread_exit.pass.cpp37 std::thread(func).detach(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dthread.cpp54 thread::detach() in detach() function in thread
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dthread43 void detach();
298 void detach();
Dfuture2303 _VSTD::thread(&__async_assoc_state<_Rp, _Fp>::__execute, __h.get()).detach();
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3840 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.member/detach)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3831 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.member/detach)