ARGOBOTS
dce6e727ffc4ca5b3ffc04cb9517c6689be51ec5
|
#include <abtd.h>
Data Fields | |
pthread_t | native_thread |
void *(* | thread_f )(void *) |
void * | p_arg |
ABTD_xstream_context_state | state |
pthread_mutex_t | state_lock |
pthread_cond_t | state_cond |
pthread_t ABTD_xstream_context::native_thread |
Definition at line 25 of file abtd.h.
Referenced by ABTD_affinity_cpuset_apply(), ABTD_affinity_cpuset_apply_default(), ABTD_affinity_cpuset_read(), ABTD_xstream_context_create(), ABTD_xstream_context_free(), and ABTD_xstream_context_set_self().
void* ABTD_xstream_context::p_arg |
Definition at line 27 of file abtd.h.
Referenced by ABTD_xstream_context_create(), and xstream_context_thread_func().
ABTD_xstream_context_state ABTD_xstream_context::state |
Definition at line 28 of file abtd.h.
Referenced by ABTD_xstream_context_create(), ABTD_xstream_context_free(), ABTD_xstream_context_join(), ABTD_xstream_context_print(), ABTD_xstream_context_revive(), and xstream_context_thread_func().
pthread_cond_t ABTD_xstream_context::state_cond |
Definition at line 30 of file abtd.h.
Referenced by ABTD_xstream_context_create(), ABTD_xstream_context_free(), ABTD_xstream_context_join(), ABTD_xstream_context_revive(), and xstream_context_thread_func().
pthread_mutex_t ABTD_xstream_context::state_lock |
Definition at line 29 of file abtd.h.
Referenced by ABTD_xstream_context_create(), ABTD_xstream_context_free(), ABTD_xstream_context_join(), ABTD_xstream_context_revive(), and xstream_context_thread_func().
void*(* ABTD_xstream_context::thread_f) (void *) |
Definition at line 26 of file abtd.h.
Referenced by ABTD_xstream_context_create(), and xstream_context_thread_func().