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

Go to the source code of this file.

Functions

int ABT_mutex_attr_create (ABT_mutex_attr *newattr)
 Create a new mutex attribute object. More...
 
int ABT_mutex_attr_free (ABT_mutex_attr *attr)
 Free the mutex attribute object. More...
 
int ABT_mutex_attr_set_recursive (ABT_mutex_attr attr, ABT_bool recursive)
 Set the recursive property in the attribute object. More...