Ejemplo n.º 1
0
 inline bool dequeuePoll() {
     return mWorkQueue->dequeuePoll();
 }
Ejemplo n.º 2
0
 /**
  * processes a single job in the work queue if one exists
  * \returns true if there are any remaining jobs on the work queue
  */
 bool processOneJob() {
 	return mWorkQueue->dequeuePoll();
 }