Searched refs:useconds (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dusleep.c14 usleep(unsigned useconds) argument
17 err = snooze_until(system_time() + (bigtime_t)(useconds), B_SYSTEM_TIMEBASE);
/haiku-fatelf/src/apps/mediaconverter/
H A DMediaFileInfo.h26 bigtime_t useconds; member in struct:MediaFileInfo
H A DMediaFileInfo.cpp134 useconds = MAX(audioDuration, videoDuration);
135 duration << (int32)(useconds / 1000000)
149 useconds = 0;
H A DMediaFileInfoView.h39 { return fInfo.useconds; }
/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dlib_twait.c277 bigtime_t useconds = milliseconds * 1000; local
280 if (useconds <= 0) /* we're here to go _through_ the loop */
281 useconds = 1;
283 for (d = 0; d < useconds; d += step) {
290 if (useconds > 1 && step > 0) {
/haiku-fatelf/src/preferences/screensaver/
H A DScreenSaverWindow.cpp79 void SetTime(bigtime_t useconds);
83 void _TimeToString(bigtime_t useconds,
194 TimeSlider::SetTime(bigtime_t useconds) argument
197 if (kTimeInUnits[t] * 1000000LL == useconds) {
213 TimeSlider::_TimeToString(bigtime_t useconds, BString& string) argument
216 formatter.Format(0, useconds, &string);

Completed in 55 milliseconds