![]() |
kinetic-c
v0.12.0
Seagate Kinetic Protocol Client Library for C
|
Info retained by a thread while working. More...
#include <threadpool_internals.h>
Data Fields | |
pthread_t | t |
int | parent_fd |
int | child_fd |
thread_status_t | status |
Info retained by a thread while working.
Definition at line 36 of file threadpool_internals.h.
pthread_t thread_info::t |
Definition at line 37 of file threadpool_internals.h.
int thread_info::parent_fd |
Definition at line 38 of file threadpool_internals.h.
int thread_info::child_fd |
Definition at line 39 of file threadpool_internals.h.
thread_status_t thread_info::status |
Definition at line 40 of file threadpool_internals.h.