static long sysDone_always(long startTime, S desc) { ret done2_always(startTime, desc); } static long sysDone_always(S desc, long startTime) { ret done2_always(desc, startTime); } static long sysDone_always(long startTime) { ret done2_always(startTime); }