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

◆ sched_free()

static int sched_free ( ABT_sched  sched)
static

Definition at line 138 of file randws.c.

◆ sched_init()

static int sched_init ( ABT_sched  sched,
ABT_sched_config  config 
)
static

Definition at line 36 of file randws.c.

◆ sched_run()

static void sched_run ( ABT_sched  sched)
static

Definition at line 82 of file randws.c.

Variable Documentation

◆ sched_randws_def

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

Definition at line 14 of file randws.c.

sched_init
static int sched_init(ABT_sched sched, ABT_sched_config config)
Definition: randws.c:36
ABT_SCHED_TYPE_ULT
@ ABT_SCHED_TYPE_ULT
Definition: abt.h:502
sched_run
static void sched_run(ABT_sched sched)
Definition: randws.c:82
sched_free
static int sched_free(ABT_sched)
Definition: randws.c:138