HomeSort by: relevance | last modified time | path
    Searched defs:dispatch_source_set_event_handler (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_libdispatch_mac.cc 392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler,
394 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler);
396 return REAL(dispatch_source_set_event_handler)(source, nullptr);
406 REAL(dispatch_source_set_event_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR
414 return REAL(dispatch_source_set_event_handler)(source, nullptr);
418 WRAP(dispatch_source_set_event_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR
tsan_libdispatch_mac.cc 392 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler,
394 SCOPED_TSAN_INTERCEPTOR(dispatch_source_set_event_handler, source, handler);
396 return REAL(dispatch_source_set_event_handler)(source, nullptr);
406 REAL(dispatch_source_set_event_handler)(source, new_handler); local in function:__tsan::TSAN_INTERCEPTOR
414 return REAL(dispatch_source_set_event_handler)(source, nullptr);
418 WRAP(dispatch_source_set_event_handler)(source, block); local in function:__tsan::TSAN_INTERCEPTOR

Completed in 21 milliseconds