Searched refs:winHandleLockTimeout (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 49805 static int winHandleLockTimeout( in winHandleLockTimeout() function 51287 rc = winHandleLockTimeout(h, WIN_SHM_DMS, 1, 1, 0); 51306 rc = winHandleLockTimeout(h, WIN_SHM_DMS, 1, 0, nMs); 51723 rc = winHandleLockTimeout(p->hShm, ofst+WIN_SHM_BASE, n, bExcl, nMs);
|