#include "abti.h"
#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
Go to the source code of this file.
|
static size_t | sched_config_type_size (ABT_sched_config_type type) |
|
static ABTU_ret_err int | sched_config_get (const ABTI_sched_config *p_config, int idx, ABT_sched_config_type *p_type, void *p_val) |
|
static ABTU_ret_err int | sched_config_set (ABTI_sched_config *p_config, int idx, ABT_sched_config_type type, const void *p_val) |
|
static void | sched_config_free (ABTI_sched_config *p_config) |
|
int | ABT_sched_config_create (ABT_sched_config *config,...) |
| Create a new scheduler configuration. More...
|
|
int | ABT_sched_config_read (ABT_sched_config config, int num_vars,...) |
| Retrieve values from a scheduler configuration. More...
|
|
int | ABT_sched_config_free (ABT_sched_config *config) |
| Free a scheduler configuration. More...
|
|
int | ABT_sched_config_set (ABT_sched_config config, int idx, ABT_sched_config_type type, const void *val) |
| Register a value to a scheduler configuration. More...
|
|
int | ABT_sched_config_get (ABT_sched_config config, int idx, ABT_sched_config_type *type, void *val) |
| Retrieve a value from a scheduler configuration. More...
|
|
◆ sched_config_free()
static void sched_config_free |
( |
ABTI_sched_config * |
p_config | ) |
|
|
static |
◆ sched_config_get()
◆ sched_config_set()
◆ sched_config_type_size()