ARGOBOTS
Functions
eventual.c File Reference
#include "abti.h"
Include dependency graph for eventual.c:

Go to the source code of this file.

Functions

int ABT_eventual_create (int nbytes, ABT_eventual *neweventual)
 Create an eventual. More...
 
int ABT_eventual_free (ABT_eventual *eventual)
 Free the eventual object. More...
 
int ABT_eventual_wait (ABT_eventual eventual, void **value)
 Wait on the eventual. More...
 
int ABT_eventual_test (ABT_eventual eventual, void **value, int *is_ready)
 Test the readiness of an eventual. More...
 
int ABT_eventual_set (ABT_eventual eventual, void *value, int nbytes)
 Signal the eventual. More...
 
int ABT_eventual_reset (ABT_eventual eventual)
 Reset the readiness of the target eventual. More...