#include <MTqueue.hh>
Collaboration diagram for RazorBack::MTqueue_::Jobq_:
Public Methods | |
Jobq_ (MTjobbase_ *Jptr=NULL, Semaphore_ *Dptr=NULL) | |
Inits with a job pointed to by Jptr and a semaphore pointed to by Dptr. | |
bool | operator< (const Jobq_ &Rhs) const |
bool | empty () const |
Public Attributes | |
MTjobbase_* | Jobptr |
base ptr to somebody's job. | |
Semaphore_* | Doneptr |
points to a semaphore to be signalled upon job completion. |
Contains a ptr to the Derivhdl_-wrapped actual job description object that is submitted by a "producer". Can also be sorted.
Definition at line 122 of file MTqueue.hh.
|
Inits with a job pointed to by Jptr and a semaphore pointed to by Dptr.
Definition at line 132 of file MTqueue.hh. |
|
Definition at line 134 of file MTqueue.hh. |
|
Definition at line 138 of file MTqueue.hh. |
|
base ptr to somebody's job.
Definition at line 125 of file MTqueue.hh. |
|
points to a semaphore to be signalled upon job completion.
Definition at line 126 of file MTqueue.hh. |