ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include "abti.h"
Go to the source code of this file.
Functions | |
int | ABT_key_create (void(*destructor)(void *value), ABT_key *newkey) |
Create a new work-unit-specific data key. More... | |
int | ABT_key_free (ABT_key *key) |
Free a work-unit-specific data key. More... | |
int | ABT_key_set (ABT_key key, void *value) |
Associate a value with a work-unit-specific data key in the calling work unit. More... | |
int | ABT_key_get (ABT_key key, void **value) |
Get a value associated with a work-unit-specific data key in the calling work unit. More... | |
void | ABTI_ktable_free (ABTI_global *p_global, ABTI_local *p_local, ABTI_ktable *p_ktable) |
Variables | |
static ABTD_atomic_uint32 | g_key_id |
void ABTI_ktable_free | ( | ABTI_global * | p_global, |
ABTI_local * | p_local, | ||
ABTI_ktable * | p_ktable | ||
) |
Definition at line 247 of file key.c.
Referenced by thread_free(), and ythread_create().
|
static |
Definition at line 13 of file key.c.
Referenced by ABT_key_create().