TDME2
1.9.121
src
tdme
os
threading
ThreadingError.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <iostream>
4
#include <string>
5
6
using
std::cout;
7
using
std::endl;
8
using
std::string;
9
using
std::to_string;
10
11
#define PTHREAD_CHECK_ERROR(NAME, MSG, FUNCTION) if (result != 0) cout << (NAME + "("
+ FUNCTION + "): " + MSG + "(" + to_string(result) + ")") << endl;
Generated by
1.9.3