Searched refs:microsec (Results 1 – 3 of 3) sorted by relevance
143 us microsec805 sigma microsec
9845 Rename 'msec' to 'microsec' in the debug-message.
54997 static int winSleep(sqlite3_vfs *pVfs, int microsec){ argument54998 sqlite3_win32_sleep((microsec+999)/1000);55000 return ((microsec+999)/1000)*1000;