automotive-dlt
|
#include <dlt-system.h>
Data Fields | |
pthread_t | threads [MAX_THREADS] |
int | count |
int | shutdown |
Definition at line 162 of file dlt-system.h.
int DltSystemThreads::count |
Definition at line 164 of file dlt-system.h.
Referenced by join_threads(), start_filetransfer(), start_logfile(), start_logprocess(), start_syslog(), and start_threads().
int DltSystemThreads::shutdown |
Definition at line 165 of file dlt-system.h.
Referenced by filetransfer_thread(), logfile_thread(), logprocess_thread(), start_threads(), and syslog_thread().
pthread_t DltSystemThreads::threads[MAX_THREADS] |
Definition at line 163 of file dlt-system.h.
Referenced by join_threads(), start_filetransfer(), start_logfile(), start_logprocess(), start_syslog(), and start_threads().