Home | History | Annotate | Download | only in dist

Lines Matching refs:getReadLock

21892 static int getReadLock( os2File *pFile ){
21903 OSTRACE(( "GETREADLOCK %d res=%d\n", pFile->h, res ));
22004 res = getReadLock(pFile);
22050 getReadLock(pFile);
22154 if( locktype==SHARED_LOCK && getReadLock(pFile) != NO_ERROR ){
22157 OSTRACE(( "UNLOCK %d to %d getReadLock() failed\n", pFile->h, locktype ));
30541 static int getReadLock(winFile *pFile){
30665 res = getReadLock(pFile);
30704 getReadLock(pFile);
30779 if( locktype==SHARED_LOCK && !getReadLock(pFile) ){