Home
last modified time | relevance | path

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

/external/chromium_org/ui/ozone/platform/dri/
Dhardware_display_controller.cc41 unsigned int useconds, in HandlePageFlipEvent() argument
44 ->OnPageFlipEvent(frame, seconds, useconds); in HandlePageFlipEvent()
182 unsigned int useconds) { in OnPageFlipEvent() argument
188 useconds; in OnPageFlipEvent()
Dhardware_display_controller.h155 unsigned int useconds);
/external/chromium_org/v8/src/
Dd8-posix.cc133 int useconds = time_now.tv_usec - start_time.tv_usec; in TimeIsOut() local
134 if (seconds * 1000000 + useconds > total_time * 1000) { in TimeIsOut()
375 int useconds = 1; in WaitForChild() local
379 usleep(useconds); in WaitForChild()
380 if (useconds < 1000000) useconds <<= 1; in WaitForChild()
381 if ((read_timeout != -1 && useconds / 1000 > read_timeout) || in WaitForChild()
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
Ddatetime.pxd124 cdef inline object timedelta_new(int days, int seconds, int useconds): argument
125 return PyDateTimeAPI.Delta_FromDelta(days, seconds, useconds, 1, PyDateTimeAPI.DeltaType)
/external/fio/os/windows/
Dposix.c507 int usleep(useconds_t useconds) in usleep() argument
509 Sleep(useconds / 1000); in usleep()
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js2406 function _usleep(useconds) { argument
2410 var msec = useconds / 1000;