Home
last modified time | relevance | path

Searched refs:did_something_else (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/process/test/
Dasync_system_stackful_error.cpp33 bool did_something_else = false; variable
46 BOOST_CHECK(did_something_else); in __anon2dc066e80102()
50 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anon2dc066e80202()
53 BOOST_CHECK(did_something_else);
60 bool did_something_else = false; variable
72 BOOST_CHECK(did_something_else); in __anon2dc066e80302()
76 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anon2dc066e80402()
79 BOOST_CHECK(did_something_else);
87 bool did_something_else = false; variable
101 BOOST_CHECK(did_something_else); in __anon2dc066e80502()
[all …]
Dasync_system_stackless.cpp35 bool did_something_else = false; variable
40 bool & did_something_else; member
43 bool & did_something_else) in stackless_t()
44 : ios(ios_), did_something_else(did_something_else) {} in stackless_t()
57 BOOST_CHECK(did_something_else); in operator ()()
60 } stackless{ios, did_something_else};
63 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anon8e4d07af0202()
67 BOOST_CHECK(did_something_else);
Dasync_system_stackful_except.cpp33 bool did_something_else = false; variable
45 BOOST_CHECK(did_something_else); in __anonc7412c470102()
49 boost::asio::post(ios.get_executor(), [&]{did_something_else = true;}); in __anonc7412c470202()
52 BOOST_CHECK(did_something_else);
Dasync_system_stackful.cpp34 bool did_something_else = false; variable
47 BOOST_CHECK(did_something_else); in __anon81eb1a5f0102()
52 boost::asio::post(str, [&]{did_something_else = true;}); in __anon81eb1a5f0302()
55 BOOST_CHECK(did_something_else);