Searched refs:_head (Results 1 – 1 of 1) sorted by relevance
50 protected Job _head; // the head of the job list field in JobQueue93 if(_head != null || _active) { // there was a job in progress, so give a stack in run()201 …if(DEBUG) System.err.println("##### " + getClass().getName() + ".removeJob:" + _head + " " + _thre… in removeJob()207 while(_head == null && (waitTime == 0 || !waited)) { in removeJob()230 if(_head != null) { in removeJob()231 Job current = _head; in removeJob()232 _head = _head._next; in removeJob()234 if(_head == null) in removeJob()246 while(_async_jobQueue._active || _async_jobQueue._head != null) { in removeJob()280 _head = job; in putJob()[all …]
Completed in 21 milliseconds