Home
last modified time | relevance | path

Searched refs:fd_handler_t (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors_libdispatch.cpp558 typedef void (^fd_handler_t)(dispatch_data_t data, int error); typedef
562 dispatch_queue_t q, fd_handler_t h) { in TSAN_INTERCEPTOR()
566 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
579 dispatch_queue_t q, fd_handler_t h) { in TSAN_INTERCEPTOR()
583 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()