Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c40443 static int unixSleep(sqlite3_vfs*,int);
40474 unixSleep(0,1000); in osSetPosixAdvisoryLock()
45690 static int unixSleep(sqlite3_vfs *NotUsed, int microseconds){ in unixSleep() function
46279 unixSleep(0,500000); /* wait 0.5 sec and try the lock again*/ in proxyConchLock()
46305 unixSleep(0,10000000); /* wait 10 sec and try the lock again */ in proxyConchLock()
47028 unixSleep, /* xSleep */ \ in sqlite3_os_init()