libxcoder  3.5.1
threadpool Struct Reference

#include <ni_util_logan.h>

Data Fields

ni_pthread_mutex_t pmutex
 
ni_pthread_cond_t pcond
 
ni_task_tfirst
 
ni_task_tlast
 
int counter
 
int idle
 
int max_threads
 
int quit
 

Detailed Description

Definition at line 108 of file ni_util_logan.h.

Field Documentation

◆ counter

int counter

Definition at line 114 of file ni_util_logan.h.

◆ first

ni_task_t* first

Definition at line 112 of file ni_util_logan.h.

◆ idle

int idle

Definition at line 115 of file ni_util_logan.h.

◆ last

ni_task_t* last

Definition at line 113 of file ni_util_logan.h.

◆ max_threads

int max_threads

Definition at line 116 of file ni_util_logan.h.

◆ pcond

ni_pthread_cond_t pcond

Definition at line 111 of file ni_util_logan.h.

◆ pmutex

ni_pthread_mutex_t pmutex

Definition at line 110 of file ni_util_logan.h.

◆ quit

int quit

Definition at line 117 of file ni_util_logan.h.


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