IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 5, 2009, 3:09:38 PM (17 years ago)
Author:
eugene
Message:

comment out the mutex spins on the psImages (now handled by the psImage functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionThreads.c

    r19765 r21351  
    2424    }
    2525
    26     if (ro->image) {
    27         psMutexInit(ro->image);
    28     }
    29     if (ro->weight) {
    30         psMutexInit(ro->weight);
    31     }
     26    // XXX if (ro->image) {
     27    // XXX     psMutexInit(ro->image);
     28    // XXX }
     29    // XXX if (ro->weight) {
     30    // XXX     psMutexInit(ro->weight);
     31    // XXX }
    3232
    3333    return;
     
    4040    }
    4141
    42     if (ro->image) {
    43         psMutexDestroy(ro->image);
    44     }
    45     if (ro->weight) {
    46         psMutexDestroy(ro->weight);
    47     }
     42    // XXX if (ro->image) {
     43    // XXX     psMutexDestroy(ro->image);
     44    // XXX }
     45    // XXX if (ro->weight) {
     46    // XXX     psMutexDestroy(ro->weight);
     47    // XXX }
    4848
    4949    return;
Note: See TracChangeset for help on using the changeset viewer.