NVBIO
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Members | List of all members
t_pool_job Struct Reference

Detailed description

Definition at line 55 of file thread_pool.h.

#include <thread_pool.h>

Public Members

void *(* func )(void *arg)
 
void * arg
 
struct t_pool_jobnext
 
struct t_poolp
 
struct t_results_queueq
 
int serial
 

Member Data Documentation

void* t_pool_job::arg

Definition at line 57 of file thread_pool.h.

void*(* t_pool_job::func)(void *arg)

Definition at line 56 of file thread_pool.h.

struct t_pool_job* t_pool_job::next

Definition at line 58 of file thread_pool.h.

struct t_pool* t_pool_job::p

Definition at line 60 of file thread_pool.h.

struct t_results_queue* t_pool_job::q

Definition at line 61 of file thread_pool.h.

int t_pool_job::serial

Definition at line 62 of file thread_pool.h.


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