Home | History | Annotate | Download | only in dist

Lines Matching refs:microsec

43402 static int winSleep(sqlite3_vfs *pVfs, int microsec){
43403 sqlite3_win32_sleep((microsec+999)/1000);
43405 return ((microsec+999)/1000)*1000;