ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
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

◆ sched_data_get_ptr()

static sched_data* sched_data_get_ptr ( void *  data)
inlinestatic

Definition at line 34 of file prio.c.

◆ sched_free()

static int sched_free ( ABT_sched  sched)
static

Definition at line 134 of file prio.c.

◆ sched_init()

static int sched_init ( ABT_sched  sched,
ABT_sched_config  config 
)
static

Definition at line 39 of file prio.c.

◆ sched_run()

static void sched_run ( ABT_sched  sched)
static

Definition at line 85 of file prio.c.

Variable Documentation

◆ sched_prio_def

ABT_sched_def sched_prio_def
static
Initial value:
= { .type = ABT_SCHED_TYPE_ULT,
.init = sched_init,
.run = sched_run,
.free = sched_free,
.get_migr_pool = NULL }

Definition at line 14 of file prio.c.

sched_run
static void sched_run(ABT_sched sched)
Definition: prio.c:85
sched_init
static int sched_init(ABT_sched sched, ABT_sched_config config)
Definition: prio.c:39
ABT_SCHED_TYPE_ULT
@ ABT_SCHED_TYPE_ULT
Definition: abt.h:502
sched_free
static int sched_free(ABT_sched)
Definition: prio.c:134