|
Adaptive Framework
0.9.0
|
Adaptive Framework OS Specific Header for unix-like systems. More...
#include "afw_interface.h"Go to the source code of this file.
Functions | |
| void | afw_os_environment_initialize (afw_xctx_t *xctx) |
| afw_os environment initialize More... | |
| afw_uint32_t | afw_os_get_pid () |
| Return a process id or similar number. More... | |
| const afw_utf8_t * | afw_os_get_dso_suffix () |
| Return the suffix appended to dso file names for this system. More... | |
| const afw_log_t * | afw_os_log_create (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
| Create an instance of the OS log. More... | |
| const afw_log_factory_t * | afw_os_log_factory_get () |
| Get the factory for OS log. More... | |
| const afw_utf8_t * | afw_os_backtrace (afw_error_code_t code, int max_backtrace, afw_xctx_t *xctx) |
| Provide a backtrace if possible. More... | |
Adaptive Framework OS Specific Header for unix-like systems.
Definition in file afw_os.h.