HomeSort by relevance Sort by last modified time
    Searched refs:dispatch_time (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp 55 dispatch_time_t delayTime = dispatch_time(DISPATCH_TIME_NOW, delay * NSEC_PER_SEC);
  /external/mdnsresponder/Clients/
dns-sd.c 619 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
653 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
    [all...]
  /external/blktrace/
blkparse.c 252 unsigned long long dispatch_time; member in struct:io_track
1029 iot->dispatch_time = t->time;
1086 iot->dispatch_time = t->time;
1087 elapsed = iot->dispatch_time - iot->queue_time;
1122 elapsed = iot->completion_time - iot->dispatch_time;
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 227 milliseconds