Lines Matching refs:Block_copy
163 dispatch_block_t heap_block = Block_copy(block); \
257 dispatch_block_t heap_block = Block_copy(block); in DISPATCH_INTERCEPT_SYNC_F()
359 __block dispatch_block_t block_copy = (dispatch_block_t)Block_copy(block); in TSAN_INTERCEPTOR()
393 dispatch_block_t heap_block = Block_copy(^(void) { in DECLARE_REAL()
423 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
452 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
483 dispatch_block_t new_handler = Block_copy(^(void) { in TSAN_INTERCEPTOR()
575 dispatch_block_t heap_block = Block_copy(destructor); in DECLARE_REAL_AND_INTERCEPTOR()
594 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
611 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
629 Block_copy(^(bool done, dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
648 Block_copy(^(bool done, dispatch_data_t data, int error) { in TSAN_INTERCEPTOR()
667 dispatch_block_t new_block = Block_copy(^(void) { in TSAN_INTERCEPTOR()
685 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
710 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()
735 cleanup_handler_t new_h = Block_copy(^(int error) { in TSAN_INTERCEPTOR()