IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2006, 2:09:27 PM (20 years ago)
Author:
drobbin
Message:

Added psMemThreadSafety. Removed p_lock from psList. Added comments and made minor changes to EOC.

File:
1 edited

Legend:

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

    r6419 r6425  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.68 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-02-10 02:44:46 $
     10*  @version $Revision: 1.69 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-02-14 00:09:27 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10761076    bool out = safeThreads;
    10771077    safeThreads = safe;
    1078     if ( out != p_psListThreadSafety(safe) ) {
    1079         psWarning("Thread safety setting in psMemory didn't match that of psList.\n");
    1080     }
    10811078    return out;
    10821079}
Note: See TracChangeset for help on using the changeset viewer.