kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
thread_info Struct Reference

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
 

Detailed Description

Info retained by a thread while working.

Definition at line 36 of file threadpool_internals.h.

Field Documentation

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.


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