public void FD_ZERO() {
   for (NativeLong fd : fd_array) {
     fd.setValue(0L);
   }
 }