ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Functions | Variables
key.c File Reference
#include "abti.h"
Include dependency graph for key.c:

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
 

Variable Documentation

◆ g_key_id

ABTD_atomic_uint32 g_key_id
static
Initial value:
=
ABTD_ATOMIC_UINT32_STATIC_INITIALIZER(ABTI_KEY_ID_END_)

Definition at line 13 of file key.c.