TPIE

11a2c2d
job.h File Reference
#include <tpie/tpie_export.h>
#include <stddef.h>
#include <condition_variable>
#include <tpie/types.h>

Go to the source code of this file.

Classes

class  tpie::job
 

Namespaces

 tpie
 

Functions

TPIE_EXPORT memory_size_type tpie::default_worker_count ()
 Return the number of job threads initialized by the job framework in init_job(). More...
 
void tpie::init_job ()
 Used by tpie_init to initialize the job subsystem. More...
 
void tpie::finish_job ()
 Used by tpie_finish to deinitialize the job subsystem. More...
 

Detailed Description

Job class for job manager.

Definition in file job.h.