IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2021, 2:12:35 PM (5 years ago)
Author:
eugene
Message:

stop threads before freeing data when QUIT is called; fuzz added to last task execution was not correctly added to usec -- this made fast tasks run many invalid attempts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/gprint.c

    r38986 r41483  
    304304
    305305  if (stream[0].mode == GP_FILE) {
     306    // fprintf (stderr, "printing to %s, mode FILE, thread %d\n", stream[0].name, (int) stream[0].thread);
    306307    status = vfprintf (stream[0].file, format, argp);
    307308    fflush (stream[0].file);
     
    310311    }
    311312  } else {
     313    // fprintf (stderr, "printing to %s, mode BUFF, thread %d\n", stream[0].name, (int) stream[0].thread);
    312314    vPrintIOBuffer (stream[0].buffer, format, argp);
    313315  }
Note: See TracChangeset for help on using the changeset viewer.