Changeset 6348 for trunk/psLib/src/types
- Timestamp:
- Feb 7, 2006, 1:39:24 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psList.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psList.h
r5174 r6348 7 7 * @ingroup LinkedList 8 8 * 9 * @version $Revision: 1.3 2$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-09-29 01:15:38$9 * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-02-07 23:36:15 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 59 59 ///< used internally to improve performance when using indexed access, all 60 60 ///< others are user-level iterators created by psListIteratorAlloc. 61 62 61 pthread_mutex_t p_lock; ///< mutex to lock a node during changes 63 62 void *lock; ///< Optional lock for thread safety
Note:
See TracChangeset
for help on using the changeset viewer.
