Searched refs:noisy_function (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_iostream.cpp16 void noisy_function(std::string msg, bool flush) { function
44 m.def("guard_output", &noisy_function,
53 m.def("noisy_function", &noisy_function, py::arg("msg"), py::arg("flush") = true);
H A Dtest_iostream.py88 m.noisy_function(msg, flush=False)
92 m.noisy_function(msg2, flush=True)
96 m.noisy_function(msg, flush=False)

Completed in 4 milliseconds