ARGOBOTS  dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
Functions
abti_waitlist.h File Reference
#include "abt_config.h"
Include dependency graph for abti_waitlist.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void ABTI_waitlist_init (ABTI_waitlist *p_waitlist)
 
static void ABTI_waitlist_wait_and_unlock (ABTI_local **pp_local, ABTI_waitlist *p_waitlist, ABTD_spinlock *p_lock, ABT_sync_event_type sync_event_type, void *p_sync)
 
static ABT_bool ABTI_waitlist_wait_timedout_and_unlock (ABTI_local **pp_local, ABTI_waitlist *p_waitlist, ABTD_spinlock *p_lock, double target_time, ABT_sync_event_type sync_event_type, void *p_sync)
 
static void ABTI_waitlist_signal (ABTI_local *p_local, ABTI_waitlist *p_waitlist)
 
static void ABTI_waitlist_broadcast (ABTI_local *p_local, ABTI_waitlist *p_waitlist)
 
static ABT_bool ABTI_waitlist_is_empty (ABTI_waitlist *p_waitlist)
 

Function Documentation

◆ ABTI_waitlist_broadcast()

static void ABTI_waitlist_broadcast ( ABTI_local p_local,
ABTI_waitlist p_waitlist 
)
inlinestatic

◆ ABTI_waitlist_init()

static void ABTI_waitlist_init ( ABTI_waitlist p_waitlist)
inlinestatic

◆ ABTI_waitlist_is_empty()

static ABT_bool ABTI_waitlist_is_empty ( ABTI_waitlist p_waitlist)
inlinestatic

◆ ABTI_waitlist_signal()

static void ABTI_waitlist_signal ( ABTI_local p_local,
ABTI_waitlist p_waitlist 
)
inlinestatic

Definition at line 216 of file abti_waitlist.h.

Referenced by ABT_cond_signal().

◆ ABTI_waitlist_wait_and_unlock()

static void ABTI_waitlist_wait_and_unlock ( ABTI_local **  pp_local,
ABTI_waitlist p_waitlist,
ABTD_spinlock p_lock,
ABT_sync_event_type  sync_event_type,
void *  p_sync 
)
inlinestatic

◆ ABTI_waitlist_wait_timedout_and_unlock()

static ABT_bool ABTI_waitlist_wait_timedout_and_unlock ( ABTI_local **  pp_local,
ABTI_waitlist p_waitlist,
ABTD_spinlock p_lock,
double  target_time,
ABT_sync_event_type  sync_event_type,
void *  p_sync 
)
inlinestatic

Definition at line 91 of file abti_waitlist.h.

Referenced by ABT_cond_timedwait().