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/imageops/psImageConvolve.c

    r32745 r33638  
    10391039            }
    10401040        }
    1041         if (!psThreadPoolWait(true)) {
     1041        if (!psThreadPoolWait(true, true)) {
    10421042            psError(PS_ERR_UNKNOWN, false, "Error waiting for threads.");
    10431043            psFree(gaussNorm);
     
    13901390              }
    13911391              // wait here for the threaded jobs to finish (NOP if threading is not active)
    1392               if (!psThreadPoolWait(true)) {
     1392              if (!psThreadPoolWait(true, true)) {
    13931393                  psError(PS_ERR_UNKNOWN, false, "Unable to smooth image");
    13941394                  psFree(calculation);
     
    14371437
    14381438              // wait here for the threaded jobs to finish (NOP if threading is not active)
    1439               if (!psThreadPoolWait(true)) {
     1439              if (!psThreadPoolWait(true, true)) {
    14401440                  psError(PS_ERR_UNKNOWN, false, "Unable to smooth image");
    14411441                  psFree(calculation);
     
    17521752            }
    17531753        }
    1754         if (!psThreadPoolWait(true)) {
     1754        if (!psThreadPoolWait(true, true)) {
    17551755            psError(PS_ERR_UNKNOWN, false, "Error waiting for threads.");
    17561756            psFree(conv);
     
    17871787            }
    17881788        }
    1789         if (!psThreadPoolWait(true)) {
     1789        if (!psThreadPoolWait(true, true)) {
    17901790            psError(PS_ERR_UNKNOWN, false, "Error waiting for threads.");
    17911791            psFree(conv);
Note: See TracChangeset for help on using the changeset viewer.