Home | History | Annotate | Download | only in futures.promise

Lines Matching refs:promise

12 // class promise<R>
14 // void swap(promise& other);
16 // template <class R> void swap(promise<R>& x, promise<R>& y);
27 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
28 std::promise<int> p(std::allocator_arg, test_allocator<int>());
41 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
42 std::promise<int> p(std::allocator_arg, test_allocator<int>());
55 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
56 std::promise<int> p;
69 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
70 std::promise<int> p;