|
ARGOBOTS
|
#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 = ABTD_ATOMIC_UINT32_STATIC_INITIALIZER(0) |
|
static |
Definition at line 18 of file key.c.
Referenced by ABT_key_create().
1.8.11