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/task_threads.c

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