Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp587 typedef void (^cleanup_handler_t)(int error); typedef
680 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR()
685 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
704 mode_t mode, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR()
710 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
730 cleanup_handler_t h) { in TSAN_INTERCEPTOR()
735 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()