IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2007, 3:18:27 PM (19 years ago)
Author:
eugene
Message:

removed usleep from job and task threads; increased controller timeout; added verbosity; fixed quit controller; added check points to pcontrol thread

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pantasks/input_threads.c

    r11084 r11898  
    2727    CheckInputs ();
    2828    SerialThreadUnlock ();
    29     fprintf (stderr, "I");
    30     usleep (10000); // allow other threads a chance to run
     29    if (VerboseMode() == 2) fprintf (stderr, "I");
     30    // usleep (10000); // allow other threads a chance to run
    3131  }
    3232}
Note: See TracChangeset for help on using the changeset viewer.