Adaptive Framework
0.9.0
|
Adaptive Framework OS Specific Functions for *nix systems. More...
#include "afw.h"
#include <sys/types.h>
#include <sys/utsname.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <unistd.h>
#include <stdlib.h>
#include <execinfo.h>
#include <libunwind.h>
#include <elfutils/libdwfl.h>
Go to the source code of this file.
Functions | |
afw_os_environment_initialize (afw_xctx_t *xctx) | |
afw_os environment initialize More... | |
AFW_DEFINE (afw_uint32_t) | |
afw_os_get_dso_suffix () | |
Return the suffix appended to dso file names for this system. More... | |
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 Functions for *nix systems.
Definition in file nix/afw_os.c.