ARGOBOTS
Macros | Functions
abtd_thread.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABT_API_PRIVATE
 

Functions

static int ABTDI_thread_context_create (ABTD_thread_context *p_link, void(*f_wrapper)(void *), void(*f_thread)(void *), void *p_arg, size_t stacksize, void *p_stack, ABTD_thread_context *p_newctx)
 
static void ABTDI_thread_context_dynamic_promote (void *p_stacktop, void *jump_f)
 

Macro Definition Documentation

#define ABT_API_PRIVATE

Definition at line 12 of file abtd_thread.h.

Function Documentation

static int ABTDI_thread_context_create ( ABTD_thread_context *  p_link,
void(*)(void *)  f_wrapper,
void(*)(void *)  f_thread,
void *  p_arg,
size_t  stacksize,
void *  p_stack,
ABTD_thread_context *  p_newctx 
)
inlinestatic

Definition at line 21 of file abtd_thread.h.

static void ABTDI_thread_context_dynamic_promote ( void *  p_stacktop,
void *  jump_f 
)
inlinestatic

Definition at line 141 of file abtd_thread.h.