Searched refs:new_h (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_libdispatch.cpp566 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
574 REAL(dispatch_read)(fd, length, q, new_h);
575 Block_release(new_h);
583 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
591 REAL(dispatch_write)(fd, data, q, new_h);
592 Block_release(new_h);
600 dispatch_io_handler_t new_h = local
609 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
610 Block_release(new_h);
619 dispatch_io_handler_t new_h local
657 cleanup_handler_t new_h = Block_copy(^(int error) { local
682 cleanup_handler_t new_h = Block_copy(^(int error) { local
707 cleanup_handler_t new_h = Block_copy(^(int error) { local
[all...]

Completed in 45 milliseconds