Adaptive Framework
0.9.0
|
Files | |
file | afw_xctx_internal.h |
Adaptive Framework The execution context (xctx) Internal Header. | |
Data Structures | |
struct | afw_xctx_qualifier_object_self_s |
Typedefs | |
typedef struct afw_xctx_qualifier_object_self_s | afw_xctx_qualifier_object_self_t |
Functions | |
AFW_STACK_STRUCT (afw_xctx_internal_qualifier_stack_s, afw_xctx_qualifier_stack_entry_t) | |
afw_xctx_t * | afw_xctx_internal_create_initialize (afw_try_t *unhandled_error, afw_error_t *error, afw_environment_internal_t *env, const afw_pool_t *p) |
void | afw_xctx_internal_create_finishup (afw_xctx_t *xctx) |
afw_xctx_t * | afw_xctx_internal_create_thread_xctx (const afw_thread_t *thread, afw_xctx_t *xctx) |
Adaptive Framework Execution Context (xctx) internal.
afw_xctx_t* afw_xctx_internal_create_initialize | ( | afw_try_t * | unhandled_error, |
afw_error_t * | error, | ||
afw_environment_internal_t * | env, | ||
const afw_pool_t * | p | ||
) |
Definition at line 35 of file afw_xctx.c.