ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include "abti_mutex.h"
Go to the source code of this file.
Functions | |
static void | ABTI_cond_init (ABTI_cond *p_cond) |
static void | ABTI_cond_fini (ABTI_cond *p_cond) |
static ABTI_cond * | ABTI_cond_get_ptr (ABT_cond cond) |
static ABT_cond | ABTI_cond_get_handle (ABTI_cond *p_cond) |
static ABTU_ret_err int | ABTI_cond_wait (ABTI_local **pp_local, ABTI_cond *p_cond, ABTI_mutex *p_mutex) |
static void | ABTI_cond_broadcast (ABTI_local *p_local, ABTI_cond *p_cond) |
|
inlinestatic |
Definition at line 81 of file abti_cond.h.
Referenced by ABT_cond_broadcast(), and ABT_rwlock_unlock().
|
inlinestatic |
Definition at line 20 of file abti_cond.h.
Referenced by ABT_cond_free(), and ABT_rwlock_free().
Definition at line 44 of file abti_cond.h.
Referenced by ABT_cond_create(), and tool_query().
Definition at line 29 of file abti_cond.h.
Referenced by ABT_cond_broadcast(), ABT_cond_free(), ABT_cond_signal(), ABT_cond_timedwait(), and ABT_cond_wait().
|
inlinestatic |
Definition at line 13 of file abti_cond.h.
Referenced by ABT_cond_create(), and ABT_rwlock_create().
|
inlinestatic |
Definition at line 60 of file abti_cond.h.
Referenced by ABT_cond_wait(), ABT_rwlock_rdlock(), and ABT_rwlock_wrlock().