Changeset 3065
- Timestamp:
- Jan 19, 2005, 2:51:29 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
collections/psList.c (modified) (3 diffs)
-
types/psList.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r3062 r3065 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01- 19 20:49:35$8 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-20 00:51:29 $ 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 166 163 // add to the list's array of iterators 167 164 psArray* listIterators = list->iterators; … … 179 176 iter = NULL; 180 177 } 181 182 pthread_mutex_unlock(&list->lock)183 ;184 178 185 179 return iter; -
trunk/psLib/src/types/psList.c
r3062 r3065 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-01- 19 20:49:35$8 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-01-20 00:51:29 $ 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 166 163 // add to the list's array of iterators 167 164 psArray* listIterators = list->iterators; … … 179 176 iter = NULL; 180 177 } 181 182 pthread_mutex_unlock(&list->lock)183 ;184 178 185 179 return iter;
Note:
See TracChangeset
for help on using the changeset viewer.
