Home
last modified time | relevance | path

Searched refs:no_state (Results 1 – 14 of 14) sorted by relevance

/external/libcxx/src/
Dfuture.cpp55 case future_errc::no_state: in message()
176 __throw_future_error(future_errc::no_state); in __execute()
223 __throw_future_error(future_errc::no_state); in get_future()
231 __throw_future_error(future_errc::no_state); in set_value()
239 __throw_future_error(future_errc::no_state); in set_exception()
247 __throw_future_error(future_errc::no_state); in set_value_at_thread_exit()
255 __throw_future_error(future_errc::no_state); in set_exception_at_thread_exit()
/external/libcxx/test/std/thread/futures/futures.overview/
Dfuture_errc.pass.cpp31 static_assert(std::future_errc::broken_promise != std::future_errc::no_state, ""); in main()
33 static_assert(std::future_errc::future_already_retrieved != std::future_errc::no_state, ""); in main()
34 static_assert(std::future_errc::promise_already_satisfied != std::future_errc::no_state, ""); in main()
39 static_assert(std::future_errc::no_state != static_cast<std::future_errc>(0), ""); in main()
/external/libcxx/test/std/thread/futures/futures.future_error/
Dcode.pass.cpp43 std::error_code ec = std::make_error_code(std::future_errc::no_state); in main()
53 std::future_error f(std::future_errc::no_state); in main()
54 assert(f.code() == std::make_error_code(std::future_errc::no_state)); in main()
Dwhat.pass.cpp50 std::future_error f(std::make_error_code(std::future_errc::no_state)); in main()
/external/libcxx/test/std/thread/futures/futures.promise/
Dmove_ctor.pass.cpp43 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
64 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
85 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
Dmove_assign.pass.cpp45 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
68 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
91 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
Dget_future.pass.cpp56 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_gs.c51 goto no_state; in llvmpipe_create_gs_state()
74 no_state: in llvmpipe_create_gs_state()
/external/perfetto/src/trace_processor/
Dftrace_utils.cc98 bool no_state = !is_runnable && state_ == 0; in TaskState() local
99 if (invalid_char || no_state) { in TaskState()
/external/libcxx/include/
Dfuture24 no_state,
388 no_state,
1458 __throw_future_error(future_errc::no_state);
1467 __throw_future_error(future_errc::no_state);
1478 __throw_future_error(future_errc::no_state);
1490 __throw_future_error(future_errc::no_state);
1499 __throw_future_error(future_errc::no_state);
1510 __throw_future_error(future_errc::no_state);
1522 __throw_future_error(future_errc::no_state);
1620 __throw_future_error(future_errc::no_state);
[all …]
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
Dreset.pass.cpp59 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
Dget_future.pass.cpp65 assert(e.code() == make_error_code(std::future_errc::no_state)); in main()
Dmake_ready_at_thread_exit.pass.cpp77 assert(e.code() == make_error_code(std::future_errc::no_state)); in func3()
Doperator.pass.cpp77 assert(e.code() == make_error_code(std::future_errc::no_state)); in func3()