libsheepy
Data Fields
tpool_ Struct Reference

Data Fields

thread ** threads
 
volatile int num_threads_alive
 
volatile int num_threads_working
 
pthread_mutex_t thcount_lock
 
pthread_cond_t threads_all_idle
 
jobqueue jobqueue
 

Detailed Description

Examples:
/home/rlp/git/sw/libsheepy/release/tpool.h.

Definition at line 87 of file tpool.c.

Field Documentation

◆ threads

thread** tpool_::threads

Definition at line 88 of file tpool.c.

◆ num_threads_alive

volatile int tpool_::num_threads_alive

Definition at line 89 of file tpool.c.

◆ num_threads_working

volatile int tpool_::num_threads_working

Definition at line 90 of file tpool.c.

◆ thcount_lock

pthread_mutex_t tpool_::thcount_lock

Definition at line 91 of file tpool.c.

◆ threads_all_idle

pthread_cond_t tpool_::threads_all_idle

Definition at line 92 of file tpool.c.

◆ jobqueue

jobqueue tpool_::jobqueue

Definition at line 93 of file tpool.c.


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