HomeSort by relevance Sort by last modified time
    Searched full:mswait (Results 1 - 2 of 2) sorted by null

  /external/fio/engines/
windowsaio.c 275 DWORD mswait = 250; local
278 mswait = (t->tv_sec * 1000) + (t->tv_nsec / 1000000);
301 status = WaitForSingleObject(wd->iocomplete_event, mswait);
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp     [all...]

Completed in 83 milliseconds