|
ARGOBOTS
1.1
|

Go to the source code of this file.
Data Structures | |
| struct | ABTD_ythread_context |
Functions | |
| static void | ABTD_ucontext_wrapper (int arg1, int arg2) |
| static void | ABTD_ythread_context_make (ABTD_ythread_context *p_ctx, void *sp, size_t size, void(*thread_func)(void *)) |
| static void | ABTD_ythread_context_jump (ABTD_ythread_context *p_old, ABTD_ythread_context *p_new, void *arg) |
| static ABTU_noreturn void | ABTD_ythread_context_take (ABTD_ythread_context *p_old, ABTD_ythread_context *p_new, void *arg) |
|
static |
Definition at line 38 of file abtd_ucontext.h.
Referenced by ABTD_ythread_context_make().
|
inlinestatic |
Definition at line 91 of file abtd_ucontext.h.
|
inlinestatic |
Definition at line 61 of file abtd_ucontext.h.
|
inlinestatic |
Definition at line 108 of file abtd_ucontext.h.
1.8.17