Home | History | Annotate | Download | only in dist

Lines Matching defs:F_GETLK

38223 #   define F_GETLK 12
38227 # define F_GETLK 5
38849 if( op==F_GETLK ){
38876 osFcntl(fd, F_GETLK, &l2);
39597 if( osFcntl(pFile->h, F_GETLK, &lock) ){
42404 ** Use F_GETLK to check whether or not there are any readers with open
42425 if( osFcntl(pShmNode->hShm, F_GETLK, &f)<0 ){
42593 /* Use F_GETLK to determine the locks other processes are holding
42615 if( osFcntl(pShmNode->hShm, F_GETLK, &lock)!=0 ) {
43753 if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {
43793 if( osFcntl(pNew->h, F_GETLK, &lockInfo)!=-1 ) {