Home
last modified time | relevance | path

Searched refs:F_SETLK (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/doc/
H A DF2FS.txt36 rc = fcntl(fd, F_SETLK, ...);
59 fcntl(fd, F_SETLK, ...);
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-wasi.h27 F_SETLK, enumerator
/sqlite-3.40.0/ext/lsm1/
H A Dlsm_unix.c334 if( fcntl(p->fd, F_SETLK, &lock) ){ in lsmPosixOsLock()
/sqlite-3.40.0/src/
H A Dos_unix.c786 }else if( op==F_SETLK ){ in lockTrace()
808 if( s==(-1) && op==F_SETLK && (p->l_type==F_RDLCK || p->l_type==F_WRLCK) ){ in lockTrace()
1565 # define osSetPosixAdvisoryLock(h,x,t) osFcntl(h,F_SETLK,x)
1573 int rc = osFcntl(h,F_SETLK,pLock); in osSetPosixAdvisoryLock()
1581 rc = osFcntl(h,F_SETLK,pLock); in osSetPosixAdvisoryLock()