IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3065


Ignore:
Timestamp:
Jan 19, 2005, 2:51:29 PM (22 years ago)
Author:
evanalst
Message:

Remove lock/unlock since it causes tests to hang on PS server.

Location:
trunk/psLib/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.c

    r3062 r3065  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.27 $ $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 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    161161    iter->offEnd = false;
    162162
    163     pthread_mutex_lock(&list->lock)
    164     ;
    165 
    166163    // add to the list's array of iterators
    167164    psArray* listIterators = list->iterators;
     
    179176        iter = NULL;
    180177    }
    181 
    182     pthread_mutex_unlock(&list->lock)
    183     ;
    184178
    185179    return iter;
  • trunk/psLib/src/types/psList.c

    r3062 r3065  
    66 *  @author Robert Daniel DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.27 $ $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 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    161161    iter->offEnd = false;
    162162
    163     pthread_mutex_lock(&list->lock)
    164     ;
    165 
    166163    // add to the list's array of iterators
    167164    psArray* listIterators = list->iterators;
     
    179176        iter = NULL;
    180177    }
    181 
    182     pthread_mutex_unlock(&list->lock)
    183     ;
    184178
    185179    return iter;
Note: See TracChangeset for help on using the changeset viewer.