Adaptive Framework
0.9.0
|
Struct for public part of afw_pool_t. More...
#include <afw_thread.h>
Data Fields | |
afw_thread_attr_t * | thread_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_t * | name |
The name passed on afw_thread_create(). | |
afw_integer_t | thread_number |
The thread number within the afw environment. | |
const afw_pool_t * | p |
The thread specific pool for the thread. | |
afw_xctx_t * | xctx |
The base xctx for the thread. | |
apr_thread_t * | apr_thread |
The associated apr thread. | |
Struct for public part of afw_pool_t.
Definition at line 56 of file afw_thread.h.