|
CCF
|
#include <fmt/format.h>#include <fmt/ostream.h>#include <fmt/std.h>#include <limits>#include <map>#include <thread>Go to the source code of this file.
Namespaces | |
| namespace | ccf |
| namespace | ccf::threading |
Macros | |
| #define | FMT_HEADER_ONLY |
Typedefs | |
| using | ccf::threading::ThreadID = uint16_t |
Functions | |
| uint16_t | ccf::threading::get_current_thread_id () |
| void | ccf::threading::set_current_thread_id (ThreadID to) |
| void | ccf::threading::reset_thread_id_generator (ThreadID to=MAIN_THREAD_ID) |
| #define FMT_HEADER_ONLY |