IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33093 for trunk


Ignore:
Timestamp:
Jan 11, 2012, 11:38:10 AM (15 years ago)
Author:
bills
Message:

missed adding new argument to a couple of calls to psThreadPoolWait

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeLoop.c

    r25769 r33093  
    382382
    383383            // Wait for the threads to finish and manage results
    384             if (!psThreadPoolWait(false)) {
     384            if (!psThreadPoolWait(false, true)) {
    385385                psError(PS_ERR_UNKNOWN, false, "Unable to combine images.");
    386386                return false;
  • trunk/ppStack/src/ppStackCombineFinal.c

    r31435 r33093  
    7171    }
    7272
    73     if (!psThreadPoolWait(true)) {
     73    if (!psThreadPoolWait(true, true)) {
    7474        psError(psErrorCodeLast(), false, "Unable to do final combination.");
    7575        psFree(reject);
  • trunk/ppStack/src/ppStackCombineInitial.c

    r31435 r33093  
    4646    }
    4747
    48     if (!psThreadPoolWait(false)) {
     48    if (!psThreadPoolWait(false, true)) {
    4949        psError(psErrorCodeLast(), false, "Unable to do initial combination.");
    5050        return false;
Note: See TracChangeset for help on using the changeset viewer.