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