Cantera
2.1.2
|
#include "application.h"
#include "cantera/base/ctexceptions.h"
#include "cantera/base/ctml.h"
#include "cantera/base/stringUtils.h"
#include "cantera/base/xml.h"
#include "units.h"
#include <fstream>
#include <functional>
Go to the source code of this file.
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
cthreadId_t | getThisThreadId () |
Variables | |
static mutex_t | dir_mutex |
Mutex for input directory access. More... | |
static mutex_t | app_mutex |
Mutex for creating singletons within the application object. More... | |
static mutex_t | xml_mutex |
Mutex for controlling access to XML file storage. More... | |
static mutex_t | msg_mutex |
Mutex for access to string messages. More... | |