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... | |
Variables | |
static ABTD_atomic_uint32 | g_key_id |