Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Data Fields
afw_thread_s Struct Reference

Struct for public part of afw_pool_t. More...

#include <afw_thread.h>

Data Fields

afw_thread_attr_tthread_attr
 
afw_thread_function_t start_function
 The function called when the thread starts.
 
void * start_function_arg
 The arg passed to the start function.
 
const afw_utf8_tname
 The name passed on afw_thread_create().
 
afw_integer_t thread_number
 The thread number within the afw environment.
 
const afw_pool_tp
 The thread specific pool for the thread.
 
afw_xctx_txctx
 The base xctx for the thread.
 
apr_thread_t * apr_thread
 The associated apr thread.
 

Detailed Description

Struct for public part of afw_pool_t.

Definition at line 56 of file afw_thread.h.


The documentation for this struct was generated from the following file: