Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c248 unsigned iBusyTimeout; /* Wait this many millisec on locks */ member
1572 int tm = pFile->iBusyTimeout; in osSetPosixAdvisoryLock()
4024 int iOld = pFile->iBusyTimeout; in unixFileControl()
4025 pFile->iBusyTimeout = *(int*)pArg; in unixFileControl()
4398 rc = (pFile->iBusyTimeout ? SQLITE_BUSY_TIMEOUT : SQLITE_BUSY); in unixShmSystemLock()
4951 assert( (flags & SQLITE_SHM_UNLOCK) || pDbFd->iBusyTimeout==0 || ( in unixShmLock()