Searched refs:_tail (Results 1 – 1 of 1) sorted by relevance
51 protected Job _tail; // the tail of the job list field in JobQueue235 _tail = null; in removeJob()277 if(_tail != null) in putJob()278 _tail._next = job; in putJob()282 _tail = job; in putJob()
Completed in 14 milliseconds