ARGOBOTS
Functions | Variables
randws.c File Reference
#include "abti.h"
Include dependency graph for randws.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)
 

Variables

static ABT_sched_def sched_randws_def
 

Function Documentation

static int sched_free ( ABT_sched  sched)
static

Definition at line 123 of file randws.c.

static int sched_init ( ABT_sched  sched,
ABT_sched_config  config 
)
static

Definition at line 34 of file randws.c.

static void sched_run ( ABT_sched  sched)
static

Definition at line 63 of file randws.c.

Variable Documentation

ABT_sched_def sched_randws_def
static
Initial value:
= {
.init = sched_init,
.run = sched_run,
.free = sched_free,
.get_migr_pool = NULL,
}
static void sched_run(ABT_sched sched)
Definition: randws.c:63
static int sched_free(ABT_sched)
Definition: randws.c:123
static int sched_init(ABT_sched sched, ABT_sched_config config)
Definition: randws.c:34

Definition at line 14 of file randws.c.