Home
last modified time | relevance | path

Searched refs:never_blocking_count (Results 1 – 2 of 2) sorted by relevance

/dports/www/restbed/restbed-4.8/dependency/asio/asio/src/tests/unit/execution/
H A Dprefer_only.cpp37 static int never_blocking_count = 0; variable
100 ++never_blocking_count; in execute()
195 ++never_blocking_count; in execute()
469 ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
475 ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
481 ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
487 ASIO_CHECK(never_blocking_count == 1); in prefer_only_executor_execute_test()
493 ASIO_CHECK(never_blocking_count == 2); in prefer_only_executor_execute_test()
499 ASIO_CHECK(never_blocking_count == 3); in prefer_only_executor_execute_test()
505 ASIO_CHECK(never_blocking_count == 3); in prefer_only_executor_execute_test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/asio/test/execution/
H A Dprefer_only.cpp37 static int never_blocking_count = 0; variable
102 ++never_blocking_count; in execute()
199 ++never_blocking_count; in execute()
475 BOOST_ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
481 BOOST_ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
487 BOOST_ASIO_CHECK(never_blocking_count == 0); in prefer_only_executor_execute_test()
493 BOOST_ASIO_CHECK(never_blocking_count == 1); in prefer_only_executor_execute_test()
499 BOOST_ASIO_CHECK(never_blocking_count == 2); in prefer_only_executor_execute_test()
505 BOOST_ASIO_CHECK(never_blocking_count == 3); in prefer_only_executor_execute_test()
511 BOOST_ASIO_CHECK(never_blocking_count == 3); in prefer_only_executor_execute_test()
[all …]