static Q mechAppendQueue_q; static Lock mechAppendQueue_lock; static Q mechAppendQueue() { lock mechAppendQueue_lock; if (mechAppendQueue_q == null) mechAppendQueue_q = startQ(); ret mechAppendQueue_q; }