/* */
/* 1058 */ _reaperThread = new ReaperThread(_theReaper);
/* */
/* 1061 */ _reaperThread.setDaemon(true);
/* */
/* 1063 */ _reaperWorkerThread = new ReaperWorkerThread(_theReaper);
/* 1064 */ _reaperWorkerThread.setDaemon(true);
/* */
/* 1066 */ _reaperThread.start();
/* */
/* 1068 */ _reaperWorkerThread.start();