Ingen
0.5.1
|
Static Public Member Functions | |
static void | set_flag (ThreadFlag f) |
static void | unset_flag (ThreadFlag f) |
static void | assert_thread (ThreadFlag f) |
static void | assert_not_thread (ThreadFlag f) |
Static Public Attributes | |
static bool | single_threaded |
Set to true during initialisation so ensure_thread doesn't fail. More... | |
static INGEN_THREAD_LOCAL unsigned | flags |
|
static |
Set to true during initialisation so ensure_thread doesn't fail.
Defined in Engine.cpp
Referenced by Ingen::Server::Engine::activate(), Ingen::Server::Engine::deactivate(), and Ingen::Server::Engine::event_time().