Searched refs:dispatch_time (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/mac/
H A Dlibdispatch_task_runner.cc37 dispatch_time_t time = dispatch_time(DISPATCH_TIME_NOW, delay_nano);
/external/chromium_org/sandbox/mac/
H A Ddispatch_source_mach_unittest.cc33 dispatch_semaphore_wait(semaphore, dispatch_time(
/external/mdnsresponder/Clients/
H A Ddns-sd.c619 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),
839 dispatch_source_set_timer(timer_source, dispatch_time(DISPATCH_TIME_NOW, (uint64_t)timeOut * NSEC_PER_SEC),
/external/blktrace/
H A Dblkparse.c252 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;

Completed in 232 milliseconds