ARGOBOTS
Functions | Variables
prio.c File Reference
#include "abti.h"
Include dependency graph for prio.c:

Go to the source code of this file.

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)
 
static sched_data * sched_data_get_ptr (void *data)
 

Variables

static ABT_sched_def sched_prio_def
 

Function Documentation

static sched_data* sched_data_get_ptr ( void *  data)
inlinestatic

Definition at line 32 of file prio.c.

Referenced by sched_free(), and sched_run().

static int sched_free ( ABT_sched  sched)
static

Definition at line 119 of file prio.c.

static int sched_init ( ABT_sched  sched,
ABT_sched_config  config 
)
static

Definition at line 37 of file prio.c.

static void sched_run ( ABT_sched  sched)
static

Definition at line 66 of file prio.c.

Variable Documentation

ABT_sched_def sched_prio_def
static
Initial value:
= { .type = ABT_SCHED_TYPE_TASK,
.init = sched_init,
.run = sched_run,
.free = sched_free,
.get_migr_pool = NULL }
static void sched_run(ABT_sched sched)
Definition: prio.c:66
static int sched_init(ABT_sched sched, ABT_sched_config config)
Definition: prio.c:37
static int sched_free(ABT_sched)
Definition: prio.c:119

Definition at line 14 of file prio.c.