ARGOBOTS
|
#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 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... | |