Lines Matching refs:microsec
38641 static int winSleep(sqlite3_vfs *pVfs, int microsec){38642 sqlite3_win32_sleep((microsec+999)/1000);38644 return ((microsec+999)/1000)*1000;