Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_thread.c File Reference

Adaptive Framework thread support. More...

#include "afw_internal.h"

Go to the source code of this file.

Functions

 afw_thread_attr_create (const afw_pool_t *p, afw_xctx_t *xctx)
 Create a thread attr. More...
 
 afw_thread_create (afw_thread_attr_t *thread_attr, afw_thread_function_t start_function, void *start_function_arg, const afw_utf8_t *name, afw_integer_t thread_number, afw_xctx_t *xctx)
 Create a thread. More...
 
 afw_thread_join (const afw_thread_t *thread, afw_xctx_t *xctx)
 Join a thread. More...
 

Detailed Description

Adaptive Framework thread support.

Definition in file afw_thread.c.