Skip to content

Struct dp_pool_t

ClassList > dp_pool_t

  • #include <dp_parallel.h>

Public Attributes

Type Name
int busy
pthread_cond_t done
unsigned long gen
int helpers
pthread_mutex_t mu
int stop
pthread_t * th
pthread_cond_t wake
dp_pf_shared_t work

Public Attributes Documentation

variable busy

int dp_pool_t::busy;

variable done

pthread_cond_t dp_pool_t::done;

variable gen

unsigned long dp_pool_t::gen;

variable helpers

int dp_pool_t::helpers;

variable mu

pthread_mutex_t dp_pool_t::mu;

variable stop

int dp_pool_t::stop;

variable th

pthread_t* dp_pool_t::th;

variable wake

pthread_cond_t dp_pool_t::wake;

variable work

dp_pf_shared_t dp_pool_t::work;


The documentation for this class was generated from the following file native/inc/dp_parallel.h