Lines Matching refs:F_GETLK
38563 # define F_GETLK 12
38567 # define F_GETLK 5
39189 if( op==F_GETLK ){
39216 osFcntl(fd, F_GETLK, &l2);
39941 if( osFcntl(pFile->h, F_GETLK, &lock) ){
42748 ** Use F_GETLK to check whether or not there are any readers with open
42769 if( osFcntl(pShmNode->hShm, F_GETLK, &f)<0 ){
42937 /* Use F_GETLK to determine the locks other processes are holding
42959 if( osFcntl(pShmNode->hShm, F_GETLK, &lock)!=0 ) {
44097 if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
44137 if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {