SCIP Doxygen Documentation
Loading...
Searching...
No Matches
SCIP_JobQueue Struct Reference

Detailed Description

the thread pool job queue

Definition at line 82 of file tpi_openmp.c.

Data Fields

SCIP_JOBfirstjob
SCIP_JOBlastjob
int njobs

Field Documentation

◆ firstjob

SCIP_JOB * SCIP_JobQueue::firstjob

pointer to the first job in the queue

Definition at line 84 of file tpi_openmp.c.

Referenced by checkJobQueue(), freeJobQueue(), and jobQueueAddJob().

◆ lastjob

SCIP_JOB * SCIP_JobQueue::lastjob

pointer to the last job in the queue

Definition at line 85 of file tpi_openmp.c.

Referenced by checkJobQueue(), freeJobQueue(), and jobQueueAddJob().

◆ njobs

int SCIP_JobQueue::njobs

number of jobs in the queue

Definition at line 86 of file tpi_openmp.c.

Referenced by jobQueueAddJob().