#include "thread.h"
Definition at line 61 of file thread.h.
◆ __Backend()
MR::Thread::__Backend::__Backend |
( |
| ) |
|
◆ ~__Backend()
MR::Thread::__Backend::~__Backend |
( |
| ) |
|
◆ register_thread()
static void MR::Thread::__Backend::register_thread |
( |
| ) |
|
|
inlinestatic |
◆ thread_print_func()
static void MR::Thread::__Backend::thread_print_func |
( |
const std::string & |
msg | ) |
|
|
static |
◆ thread_report_to_user_func()
static void MR::Thread::__Backend::thread_report_to_user_func |
( |
const std::string & |
msg, |
|
|
int |
type |
|
) |
| |
|
static |
◆ unregister_thread()
static void MR::Thread::__Backend::unregister_thread |
( |
| ) |
|
|
inlinestatic |
◆ valid()
static bool MR::Thread::__Backend::valid |
( |
| ) |
|
|
inlinestatic |
◆ backend
◆ mutex
std::mutex MR::Thread::__Backend::mutex |
|
staticprotected |
◆ previous_print_func
void(* MR::Thread::__Backend::previous_print_func) (const std::string &msg) |
|
static |
◆ previous_report_to_user_func
void(* MR::Thread::__Backend::previous_report_to_user_func) (const std::string &msg, int type) |
|
static |
◆ refcount
size_t MR::Thread::__Backend::refcount |
|
protected |
The documentation for this class was generated from the following file: