ARGOBOTS  1.1
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 24 of file abtd.h.

Field Documentation

◆ native_thread

pthread_t ABTD_xstream_context::native_thread

◆ p_arg

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().

◆ state

ABTD_xstream_context_state ABTD_xstream_context::state

◆ state_cond

pthread_cond_t ABTD_xstream_context::state_cond

◆ state_lock

pthread_mutex_t ABTD_xstream_context::state_lock

◆ thread_f

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().


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