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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc514 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
522 REAL(dispatch_read)(fd, length, q, new_h);
523 Block_release(new_h);
531 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { local
539 REAL(dispatch_write)(fd, data, q, new_h);
540 Block_release(new_h);
548 dispatch_io_handler_t new_h = local
557 REAL(dispatch_io_read)(channel, offset, length, q, new_h);
558 Block_release(new_h);
567 dispatch_io_handler_t new_h local
605 cleanup_handler_t new_h = Block_copy(^(int error) { local
630 cleanup_handler_t new_h = Block_copy(^(int error) { local
655 cleanup_handler_t new_h = Block_copy(^(int error) { local
[all...]

Completed in 53 milliseconds