ARGOBOTS
1.1
|
#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 164 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 166 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 167 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().