ARGOBOTS
c6511494322293e01714f56f341b8d2b22c1e3c1
|
#include "abti.h"
Go to the source code of this file.
Functions | |
int | ABT_key_create (void(*destructor)(void *value), ABT_key *newkey) |
Create an WU-specific data key. More... | |
int | ABT_key_free (ABT_key *key) |
Free an WU-specific data key. More... | |
int | ABT_key_set (ABT_key key, void *value) |
Associate a value with the key. More... | |
int | ABT_key_get (ABT_key key, void **value) |
Get the value associated with the key. More... | |
Variables | |
static ABTD_atomic_uint32 | g_key_id |
|
static |
Definition at line 13 of file key.c.
Referenced by ABT_key_create().