#include "global.hpp"#include <vector>#include "log.hpp"#include "thread.hpp"#include <SDL_mutex.h>#include <SDL_thread.h>#include <SDL_version.h>
Go to the source code of this file.
Namespaces | |
| threading | |
Macros | |
| #define | ERR_G LOG_STREAM(err, lg::general()) |
Functions | |
| static int | run_async_operation (void *data) |
| #define ERR_G LOG_STREAM(err, lg::general()) |
Definition at line 26 of file thread.cpp.
Referenced by threading::condition::notify_all(), threading::condition::notify_one(), and threading::condition::wait_timeout().
Definition at line 32 of file thread.cpp.
Referenced by threading::async_operation::execute().
1.8.8