250251252253254255256257258
/** * @return */ protected Lock driver_pdl_create() { if (pdl == null) { pdl = new ReentrantLock(); } return pdl; }