IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18827


Ignore:
Timestamp:
Jul 31, 2008, 1:56:29 PM (18 years ago)
Author:
eugene
Message:

added psThread code

Location:
trunk/psLib/src
Files:
2 added
3 edited

Legend:

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

    r18145 r18827  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2008-06-16 21:58:42 $
     11*  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2008-07-31 23:56:29 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    116116#include "psTree.h"
    117117
     118#include "psThread.h"
     119
    118120#endif // #ifndef PS_LIB_STRICT_H
  • trunk/psLib/src/sys/Makefile.am

    r14674 r18827  
    1414        psSlurp.c      \
    1515        psString.c     \
     16        psThread.c     \
    1617        psTrace.c      \
    1718        psType.c       \
     
    4243        psSlurp.h      \
    4344        psString.h     \
     45        psThread.h     \
    4446        psTrace.h      \
    4547        psType.h
  • trunk/psLib/src/sys/psConfigure.c

    r15607 r18827  
    1313 *  @author Robert DeSonia, MHPCC
    1414 *
    15  *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2007-11-13 21:50:13 $
     15 *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2008-07-31 23:56:29 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3131#include "psString.h"
    3232#include "psTime.h"
     33#include "psThread.h"
    3334#include "psEarthOrientation.h"
    3435#include "psError.h"
     
    124125    psTimerStop();
    125126
     127    psThreadPoolFinalize();
     128
    126129    // Free the time tables
    127130    if (!p_psTimeFinalize()) {
Note: See TracChangeset for help on using the changeset viewer.