ARGOBOTS  1.1
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. More...
 
int ABT_mutex_attr_free (ABT_mutex_attr *attr)
 Free a mutex attribute. More...
 
int ABT_mutex_attr_set_recursive (ABT_mutex_attr attr, ABT_bool recursive)
 Set a recursive property in a mutex attribute. More...
 
int ABT_mutex_attr_get_recursive (ABT_mutex_attr attr, ABT_bool *recursive)
 Get a recursive property in a mutex attribute. More...