#include <pybind11/iostream.h>
#include "pybind11_tests.h"
#include <atomic>
#include <iostream>
#include <mutex>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
struct | TestThread |
Functions | |
void | noisy_funct_dual (const std::string &msg, const std::string &emsg) |
void | noisy_function (const std::string &msg, bool flush) |
TEST_SUBMODULE (iostream, m) | |
void noisy_funct_dual | ( | const std::string & | msg, |
const std::string & | emsg | ||
) |
Definition at line 28 of file test_iostream.cpp.
void noisy_function | ( | const std::string & | msg, |
bool | flush | ||
) |
Definition at line 20 of file test_iostream.cpp.
TEST_SUBMODULE | ( | iostream | , |
m | |||
) |
Definition at line 75 of file test_iostream.cpp.