IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 8:05:09 AM (18 years ago)
Author:
Paul Price
Message:

Cleaning up thread functions, documenting header. Added 'harvest' option to psThreadPoolWait to save user from the trouble of harvesting. Fixed memory problem with psListGetAndRemove.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psConfigure.c

    r18827 r18953  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2008-07-31 23:56:29 $
     15 *  @version $Revision: 1.28 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2008-08-08 18:05:08 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3434#include "psEarthOrientation.h"
    3535#include "psError.h"
     36#include "psFFT.h"
    3637#include "psConfigure.h"
    3738#include "psMemory.h"
     
    125126    psTimerStop();
    126127
     128    // Clean up FFTW threads
     129    psFFTThreads(0);
     130
     131    // Clean up threads
    127132    psThreadPoolFinalize();
    128133
Note: See TracChangeset for help on using the changeset viewer.