ARGOBOTS
1.1
|
#include "abti.h"
Go to the source code of this file.
Data Structures | |
struct | sched_data |
Functions | |
static int | sched_init (ABT_sched sched, ABT_sched_config config) |
static void | sched_run (ABT_sched sched) |
static int | sched_free (ABT_sched) |
ABT_sched_def * | ABTI_sched_get_prio_def (void) |
static sched_data * | sched_data_get_ptr (void *data) |
Variables | |
static ABT_sched_def | sched_prio_def |
ABT_sched_def* ABTI_sched_get_prio_def | ( | void | ) |
Definition at line 29 of file prio.c.
Referenced by ABTI_sched_create_basic(), and ABTI_sched_print().
|
inlinestatic |
Definition at line 34 of file prio.c.
Referenced by sched_free(), and sched_run().
|
static |
|
static |
Definition at line 14 of file prio.c.
Referenced by ABTI_sched_get_prio_def().