NPS Pthread Pool
Data Fields
job Struct Reference

Linked list of queued jobs. More...

Data Fields

job_tnext
 linked list holding each job
void *(* func )(void *)
 function to call
void * arg
 argument for job::func()
int mode
 was the job::arg copied or not

Detailed Description

Linked list of queued jobs.


Field Documentation

void* job::arg

argument for job::func()

void*(* job::func)(void *)

function to call

int job::mode

was the job::arg copied or not

linked list holding each job


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

Generated for NPS Pthread Pool by  doxygen