the thread pool job queue
Definition at line 81 of file tpi_openmp.c.
Data Fields | |
SCIP_JOB * | firstjob |
SCIP_JOB * | lastjob |
int | njobs |
SCIP_JOB * SCIP_JobQueue::firstjob |
pointer to the first job in the queue
Definition at line 83 of file tpi_openmp.c.
Referenced by checkJobQueue(), createJobQueue(), executeJob(), isJobWaiting(), jobQueueAddJob(), jobQueueProcessJob(), SCIPtpiCollectJobs(), and threadPoolThreadRetcode().
SCIP_JOB * SCIP_JobQueue::lastjob |
pointer to the last job in the queue
Definition at line 84 of file tpi_openmp.c.
Referenced by checkJobQueue(), createJobQueue(), executeJob(), isJobWaiting(), jobQueueAddJob(), jobQueueProcessJob(), SCIPtpiCollectJobs(), and threadPoolThreadRetcode().
int SCIP_JobQueue::njobs |
number of jobs in the queue
Definition at line 85 of file tpi_openmp.c.
Referenced by createJobQueue(), executeJob(), isJobWaiting(), jobQueueAddJob(), jobQueueProcessJob(), SCIPtpiCollectJobs(), SCIPtpiExit(), threadPoolAddWork(), and threadPoolThreadRetcode().