#include <packetproc-data.h>
Data Fields | |
msp_data_handle_t | thrd_data_hdl |
msp_fifo_handle_t | thrd_fifo_hdl |
int | thrd_cpu |
int | thrd_user_data |
pthread_t | thrd_tid |
uint32_t | thrd_counter |
Definition at line 45 of file packetproc-data.h.
msp_data_handle_t packet_thread_s::thrd_data_hdl |
thread data handle
Definition at line 46 of file packetproc-data.h.
Referenced by packet_loop(), and packet_process().
msp_fifo_handle_t packet_thread_s::thrd_fifo_hdl |
thread fifo handle
Definition at line 47 of file packetproc-data.h.
Referenced by packet_loop(), and packet_process().
thread user data
Definition at line 49 of file packetproc-data.h.
pthread_t packet_thread_s::thrd_tid |
thread ID
Definition at line 50 of file packetproc-data.h.
Referenced by packet_loop(), and packetproc_data_quit().
uint32_t packet_thread_s::thrd_counter |
thread running counter
Definition at line 51 of file packetproc-data.h.