IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2009, 3:42:27 PM (17 years ago)
Author:
eugene
Message:

imageFree and imageSubset now perform the mutex locking needed to manage the child tree; psMutex locks are now not needed on the images in the imcombine stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20090203/psModules/src/imcombine/pmSubtractionThreads.c

    r19765 r21300  
    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.