|
fsautoproc
Basic file transformation automation management utility
|
Initialized worker thread in the thread pool. More...

Data Fields | |
| _Atomic bool | initd |
| Thread initialized flag. | |
| _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. | |
| uint8_t | xxbuf [XXBUFSZE] |
| Buffer for reading files to hash. | |
Initialized worker thread in the thread pool.
| _Atomic bool thrd_s::canwork |
Work request ready to process flag.
| struct fdset_s thrd_s::fds |
Output file descriptor set.
| _Bool thrd_s::fdsopen |
File descriptor set open flag.
| _Atomic bool thrd_s::initd |
Thread initialized flag.
| _Atomic bool thrd_s::rsrvd |
Work request reservation flag.
| pthread_t thrd_s::tid |
System thread identifier.
| struct tpreq_s thrd_s::work |
Work request to process.
| uint8_t thrd_s::xxbuf[XXBUFSZE] |
Buffer for reading files to hash.