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

  /external/compiler-rt/lib/asan/
asan_mac.cc 280 typedef u64 dispatch_time_t; typedef
356 INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when,
389 void dispatch_after(dispatch_time_t when, dispatch_queue_t queue,
418 dispatch_time_t when, dispatch_queue_t queue, void(^work)(void)) {
  /external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp 55 dispatch_time_t delayTime = dispatch_time(DISPATCH_TIME_NOW, delay * NSEC_PER_SEC);
  /external/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 142 milliseconds