MT Core (C++)
Core library for replacing C++ standard in project usage
|
Go to the source code of this file.
Namespaces | |
namespace | mtcore |
Core library for C++ with Zig-related functionality. | |
namespace | mtcore::thread |
Thread-related namespace The methods and classes provided by this class are thread-safe Classes and methods provided outside of this class are not thread-safe (with the exception of malloc_alloc) This requires linking mtcore_thread to your application. | |
Macros | |
#define | MTCORE_THREAD_IMPL_NAME1(X, Y, S, N, SEP) |
#define | MTCORE_THREAD_IMPL_NAME(X, Y, S, N) |
#define | MTCORE_THREAD_SHORT_NAME(X, Y) |
#define | mt_print_cur_stacktrace(...) |
#define | mt_print_stacktrace(TRACE, ...) |
#define mt_print_cur_stacktrace | ( | ... | ) |
Definition at line 44 of file thread/mtcore_thread/core.hpp.
#define mt_print_stacktrace | ( | TRACE, | |
... ) |
Definition at line 52 of file thread/mtcore_thread/core.hpp.
#define MTCORE_THREAD_IMPL_NAME | ( | X, | |
Y, | |||
S, | |||
N ) |
Definition at line 29 of file thread/mtcore_thread/core.hpp.
#define MTCORE_THREAD_IMPL_NAME1 | ( | X, | |
Y, | |||
S, | |||
N, | |||
SEP ) |
Definition at line 28 of file thread/mtcore_thread/core.hpp.
#define MTCORE_THREAD_SHORT_NAME | ( | X, | |
Y ) |
Definition at line 30 of file thread/mtcore_thread/core.hpp.