Changeset 3062 for trunk/psLib/src/collections/psList.c
- Timestamp:
- Jan 19, 2005, 10:49:35 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r2699 r3062 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $9 * @date $Date: 200 4-12-11 01:24:14$8 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-19 20:49:35 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 161 161 iter->offEnd = false; 162 162 163 pthread_mutex_lock(&list->lock) 164 ; 165 163 166 // add to the list's array of iterators 164 167 psArray* listIterators = list->iterators; … … 176 179 iter = NULL; 177 180 } 181 182 pthread_mutex_unlock(&list->lock) 183 ; 178 184 179 185 return iter; … … 600 606 return list; 601 607 } 608
Note:
See TracChangeset
for help on using the changeset viewer.
