ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Data Structures | Functions | Variables
randws.c File Reference
#include "abti.h"
Include dependency graph for randws.c:

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_defABTI_sched_get_randws_def (void)
 

Variables

static ABT_sched_def sched_randws_def
 

Function Documentation

◆ ABTI_sched_get_randws_def()

ABT_sched_def* ABTI_sched_get_randws_def ( void  )

Definition at line 31 of file randws.c.

Referenced by ABTI_sched_create_basic(), and ABTI_sched_print().

◆ 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.

Referenced by ABTI_sched_get_randws_def().

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_free
static int sched_free(ABT_sched)
Definition: randws.c:138
sched_run
static void sched_run(ABT_sched sched)
Definition: randws.c:82