IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2012, 2:49:37 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psLib/src/sys/psThread.h

    r28405 r33638  
    116116/// Wait for the thread pool to finish
    117117///
    118 /// This function blocks (waits in usleep) until either an error is detected on one of the threads or until ll
    119 /// threads are idle and no jobs are left on the queue
    120 bool psThreadPoolWait(bool harvest      // Harvest the jobs from the queue?
     118/// This function blocks (waits in usleep) until all  threads are idle and no jobs
     119/// are left on the queue
     120/// returns success if all jobs return success, otherwise returns false
     121bool psThreadPoolWait(bool harvest,         // Harvest the jobs from the queue?
     122                      bool harvestOnFailure // If harvest is false, harvest the jobs if a failure is encountered
    121123    );
    122124
Note: See TracChangeset for help on using the changeset viewer.