Home
last modified time | relevance | path

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

/freebsd/usr.bin/units/
H A Ddefinitions.units143 us microsec
805 sigma microsec
/freebsd/contrib/ncurses/
H A DNEWS9845 Rename 'msec' to 'microsec' in the debug-message.
/freebsd/contrib/sqlite3/
H A Dsqlite3.c54997 static int winSleep(sqlite3_vfs *pVfs, int microsec){ argument
54998 sqlite3_win32_sleep((microsec+999)/1000);
55000 return ((microsec+999)/1000)*1000;