IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2008, 5:22:13 PM (18 years ago)
Author:
Paul Price
Message:

Renamed psThreadTaskDelete to psThreadTaskRemove to maintain consistency with psHash, psMetadata, etc. I'm working on getting some support for thread-specific data. I had a scheme, but it doesn't work (I assumed that a pthread_t was an integer); need to rethink. In the meantime, it's #if-ed out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r19015 r19057  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2008-08-12 03:08:41 $
     9/// @version $Revision: 1.74 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2008-08-14 03:22:13 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    10711071        }
    10721072    } else if (!set && threaded) {
    1073         psThreadTaskDelete("PSLIB_IMAGE_CONVOLVE_MASK");
     1073        psThreadTaskRemove("PSLIB_IMAGE_CONVOLVE_MASK");
    10741074    }
    10751075
Note: See TracChangeset for help on using the changeset viewer.