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

  /external/compiler-rt/lib/asan/
asan_mac.cc 131 typedef void* dispatch_source_t; typedef in namespace:__asan
242 void dispatch_source_set_cancel_handler(dispatch_source_t ds,
244 void dispatch_source_set_event_handler(dispatch_source_t ds, void(^work)(void));
278 dispatch_source_t ds, void(^work)(void)) {
289 dispatch_source_t ds, void(^work)(void)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_libdispatch_mac.cc 71 static dispatch_queue_t GetTargetQueueFromSource(dispatch_source_t source) {
357 dispatch_source_t source, dispatch_block_t handler) {
375 dispatch_source_t source, dispatch_function_t handler) {
386 dispatch_source_t source, dispatch_block_t handler) {
404 dispatch_source_t source, dispatch_function_t handler) {
416 dispatch_source_t source, dispatch_block_t handler) {
435 dispatch_source_t source, dispatch_function_t handler) {
  /external/mdnsresponder/Clients/
dns-sd.c 226 dispatch_source_t timer_source;
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 145 dispatch_source_t disp_source;
    [all...]

Completed in 827 milliseconds