ARGOBOTS  1.1
Functions
abtd_ythread.c File Reference
#include "abti.h"
Include dependency graph for abtd_ythread.c:

Go to the source code of this file.

Functions

static void ythread_terminate (ABTI_xstream *p_local_xstream, ABTI_ythread *p_ythread)
 
void ABTD_ythread_func_wrapper (void *p_arg)
 
void ABTD_ythread_exit (ABTI_xstream *p_local_xstream, ABTI_ythread *p_ythread)
 
void ABTD_ythread_terminate_no_arg ()
 
void ABTD_ythread_cancel (ABTI_xstream *p_local_xstream, ABTI_ythread *p_ythread)
 
void ABTD_ythread_print_context (ABTI_ythread *p_ythread, FILE *p_os, int indent)
 

Function Documentation

◆ ABTD_ythread_cancel()

void ABTD_ythread_cancel ( ABTI_xstream p_local_xstream,
ABTI_ythread p_ythread 
)

Definition at line 120 of file abtd_ythread.c.

Referenced by xstream_schedule_ythread().

◆ ABTD_ythread_exit()

void ABTD_ythread_exit ( ABTI_xstream p_local_xstream,
ABTI_ythread p_ythread 
)

Definition at line 30 of file abtd_ythread.c.

Referenced by ABTI_ythread_exit().

◆ ABTD_ythread_func_wrapper()

void ABTD_ythread_func_wrapper ( void *  p_arg)

Definition at line 11 of file abtd_ythread.c.

Referenced by ABTD_ythread_context_arm_ythread(), and ABTD_ythread_context_create().

◆ ABTD_ythread_print_context()

void ABTD_ythread_print_context ( ABTI_ythread p_ythread,
FILE *  p_os,
int  indent 
)

Definition at line 155 of file abtd_ythread.c.

Referenced by ABTI_ythread_print_stack().

◆ ABTD_ythread_terminate_no_arg()

void ABTD_ythread_terminate_no_arg ( )

Definition at line 107 of file abtd_ythread.c.

Referenced by ABTD_ythread_context_dynamic_promote_ythread().

◆ ythread_terminate()

static void ythread_terminate ( ABTI_xstream p_local_xstream,
ABTI_ythread p_ythread 
)
inlinestatic