fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
thrd_s Struct Reference

Initialized worker thread in the thread pool. More...

Collaboration diagram for thrd_s:

Data Fields

_Atomic bool rsrvd
 Work request reservation flag.
 
_Atomic bool canwork
 Work request ready to process flag.
 
struct tpreq_s work
 Work request to process.
 
pthread_t tid
 System thread identifier.
 
_Bool fdsopen
 File descriptor set open flag.
 
struct fdset_s fds
 Output file descriptor set.
 

Detailed Description

Initialized worker thread in the thread pool.

Field Documentation

◆ canwork

_Atomic bool thrd_s::canwork

Work request ready to process flag.

◆ fds

struct fdset_s thrd_s::fds

Output file descriptor set.

◆ fdsopen

_Bool thrd_s::fdsopen

File descriptor set open flag.

◆ rsrvd

_Atomic bool thrd_s::rsrvd

Work request reservation flag.

◆ tid

pthread_t thrd_s::tid

System thread identifier.

◆ work

struct tpreq_s thrd_s::work

Work request to process.


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