Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c1549 static int unixSleep(sqlite3_vfs*,int);
1580 unixSleep(0,1000); in osSetPosixAdvisoryLock()
6678 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){ in unixSleep() function
7262 unixSleep(0,500000); /* wait 0.5 sec and try the lock again*/ in proxyConchLock()
7288 unixSleep(0,10000000); /* wait 10 sec and try the lock again */ in proxyConchLock()
8011 unixSleep, /* xSleep */ \ in sqlite3_os_init()