μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Functions
test_iostream.cpp File Reference
#include <pybind11/iostream.h>
#include "pybind11_tests.h"
#include <atomic>
#include <iostream>
#include <mutex>
#include <string>
#include <thread>
Include dependency graph for test_iostream.cpp:

Go to the source code of this file.

Classes

struct  TestThread
 

Functions

void noisy_function (const std::string &msg, bool flush)
 
void noisy_funct_dual (const std::string &msg, const std::string &emsg)
 
 TEST_SUBMODULE (iostream, m)
 

Function Documentation

◆ noisy_funct_dual()

void noisy_funct_dual ( const std::string &  msg,
const std::string &  emsg 
)

Definition at line 28 of file test_iostream.cpp.

Referenced by TEST_SUBMODULE().

◆ noisy_function()

void noisy_function ( const std::string &  msg,
bool  flush 
)

Definition at line 20 of file test_iostream.cpp.

Referenced by TEST_SUBMODULE().

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( iostream  ,
 
)