Searched refs:_worker_thread (Results 1 – 1 of 1) sorted by relevance
57 protected Thread _worker_thread; // the thread that does the jobs field in JobQueue247 ….err.println("waiting for async:" + _async_jobQueue._head + " " + _async_jobQueue._worker_thread); in removeJob()284 …if(_worker_thread == null && _createThread && _createThread_now) { // if there is no thread, which… in putJob()323 Thread hold_worker_thread = _worker_thread; in enter()324 _worker_thread = Thread.currentThread(); in enter()354 …## " + getClass().getName() + ".enter leaving: " + _threadId + " " + _worker_thread + " " + hold_w… in enter()358 _worker_thread = hold_worker_thread; in enter()
Completed in 19 milliseconds