TDME2 1.9.121
|
#include <iostream>
#include <string>
Go to the source code of this file.
Macros | |
#define | PTHREAD_CHECK_ERROR(NAME, MSG, FUNCTION) if (result != 0) cout << (NAME + "(" + FUNCTION + "): " + MSG + "(" + to_string(result) + ")") << endl; |
#define PTHREAD_CHECK_ERROR | ( | NAME, | |
MSG, | |||
FUNCTION | |||
) | if (result != 0) cout << (NAME + "(" + FUNCTION + "): " + MSG + "(" + to_string(result) + ")") << endl; |
Definition at line 11 of file ThreadingError.h.