Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Macros | Functions
nix/afw_os.c File Reference

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...
 

Detailed Description

Adaptive Framework OS Specific Functions for *nix systems.

Definition in file nix/afw_os.c.