Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions

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_tafw_os_get_dso_suffix ()
 Return the suffix appended to dso file names for this system. More...
 
const afw_log_tafw_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_tafw_os_log_factory_get ()
 Get the factory for OS log. More...
 
const afw_utf8_tafw_os_backtrace (afw_error_code_t code, int max_backtrace, afw_xctx_t *xctx)
 Provide a backtrace if possible. More...
 

Detailed Description

Adaptive Framework OS Specific Header for unix-like systems.

Definition in file afw_os.h.