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

Go to the source code of this file.

Functions

int ABT_rwlock_create (ABT_rwlock *newrwlock)
 Create a new readers-writer lock. More...
 
int ABT_rwlock_free (ABT_rwlock *rwlock)
 Free a readers-writer lock. More...
 
int ABT_rwlock_rdlock (ABT_rwlock rwlock)
 Lock a readers-writer lock as a reader. More...
 
int ABT_rwlock_wrlock (ABT_rwlock rwlock)
 Lock a readers-writer lock as a writer. More...
 
int ABT_rwlock_unlock (ABT_rwlock rwlock)
 Unlock a readers-writer lock. More...