ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abti.h>
Data Fields | |
ABTD_futex_multiple | futex |
ABTI_thread * | p_head |
ABTI_thread * | p_tail |
ABTD_futex_multiple ABTI_waitlist::futex |
Definition at line 191 of file abti.h.
Referenced by ABTI_waitlist_broadcast(), ABTI_waitlist_init(), ABTI_waitlist_signal(), ABTI_waitlist_wait_and_unlock(), and ABTI_waitlist_wait_timedout_and_unlock().
ABTI_thread* ABTI_waitlist::p_head |
Definition at line 193 of file abti.h.
Referenced by ABTI_waitlist_broadcast(), ABTI_waitlist_init(), ABTI_waitlist_is_empty(), ABTI_waitlist_signal(), ABTI_waitlist_wait_and_unlock(), and ABTI_waitlist_wait_timedout_and_unlock().
ABTI_thread* ABTI_waitlist::p_tail |
Definition at line 194 of file abti.h.
Referenced by ABTI_waitlist_broadcast(), ABTI_waitlist_init(), ABTI_waitlist_signal(), ABTI_waitlist_wait_and_unlock(), and ABTI_waitlist_wait_timedout_and_unlock().