Changeset 18827
- Timestamp:
- Jul 31, 2008, 1:56:29 PM (18 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 added
- 3 edited
-
pslib_strict.h (modified) (2 diffs)
-
sys/Makefile.am (modified) (2 diffs)
-
sys/psConfigure.c (modified) (3 diffs)
-
sys/psThread.c (added)
-
sys/psThread.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/pslib_strict.h
r18145 r18827 9 9 * @author Eric Van Alst, MHPCC 10 10 * 11 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $12 * @date $Date: 2008-0 6-16 21:58:42$11 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2008-07-31 23:56:29 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 116 116 #include "psTree.h" 117 117 118 #include "psThread.h" 119 118 120 #endif // #ifndef PS_LIB_STRICT_H -
trunk/psLib/src/sys/Makefile.am
r14674 r18827 14 14 psSlurp.c \ 15 15 psString.c \ 16 psThread.c \ 16 17 psTrace.c \ 17 18 psType.c \ … … 42 43 psSlurp.h \ 43 44 psString.h \ 45 psThread.h \ 44 46 psTrace.h \ 45 47 psType.h -
trunk/psLib/src/sys/psConfigure.c
r15607 r18827 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $16 * @date $Date: 200 7-11-13 21:50:13$15 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2008-07-31 23:56:29 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 31 31 #include "psString.h" 32 32 #include "psTime.h" 33 #include "psThread.h" 33 34 #include "psEarthOrientation.h" 34 35 #include "psError.h" … … 124 125 psTimerStop(); 125 126 127 psThreadPoolFinalize(); 128 126 129 // Free the time tables 127 130 if (!p_psTimeFinalize()) {
Note:
See TracChangeset
for help on using the changeset viewer.
