ARGOBOTS  latest
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
ABTD_xstream_context Struct Reference

#include <abtd.h>

Collaboration diagram for ABTD_xstream_context:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 21 of file abtd.h.

Field Documentation

pthread_t ABTD_xstream_context::native_thread
void* ABTD_xstream_context::p_arg

Definition at line 24 of file abtd.h.

Referenced by ABTD_xstream_context_create(), and ABTDI_xstream_context_thread_func().

ABTD_xstream_context_state ABTD_xstream_context::state
pthread_cond_t ABTD_xstream_context::state_cond
pthread_mutex_t ABTD_xstream_context::state_lock
void*(* ABTD_xstream_context::thread_f)(void *)

Definition at line 23 of file abtd.h.

Referenced by ABTD_xstream_context_create(), and ABTDI_xstream_context_thread_func().


The documentation for this struct was generated from the following file: