IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

Adding psMutex type (just pthread_mutex_t) to avoid problems associated with plugging mutex under void* in various types. Updated the types that have a dangling 'lock' to use this type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/pslib_strict.h

    r18958 r19056  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.38 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2008-08-08 18:07:49 $
     11*  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2008-08-14 03:18:41 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    7474#include "psMinimizePowell.h"
    7575#include "psMinimizePolyFit.h"
     76#include "psMutex.h"
    7677#include "psRandom.h"
    7778#include "psRegionForImage.h"
Note: See TracChangeset for help on using the changeset viewer.