Searched defs:dispatch_source_t (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_mac.cc259 typedef void* dispatch_source_t; typedef in namespace:__asan
370 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
372 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
406 dispatch_source_t ds, void(^work)(void)) {
417 dispatch_source_t ds, void(^work)(void)) {

Completed in 90 milliseconds