ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include "abti.h"
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... | |