Home | History | Annotate | Download | only in rtl

Lines Matching refs:Block_copy

135     dispatch_block_t heap_block = Block_copy(block);                         \
150 dispatch_block_t heap_block = Block_copy(block); \
204 dispatch_block_t heap_block = Block_copy(block);
303 __block dispatch_block_t block_copy = (dispatch_block_t)_Block_copy(block);
305 block_copy();
306 _Block_release(block_copy);
334 dispatch_block_t heap_block = Block_copy(^(void) {
364 dispatch_block_t new_handler = Block_copy(^(void) {
393 dispatch_block_t new_handler = Block_copy(^(void) {
424 dispatch_block_t new_handler = Block_copy(^(void) {
495 dispatch_block_t heap_block = Block_copy(destructor);
514 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) {
531 fd_handler_t new_h = Block_copy(^(dispatch_data_t data, int error) {
549 Block_copy(^(bool done, dispatch_data_t data, int error) {
568 Block_copy(^(bool done, dispatch_data_t data, int error) {
587 dispatch_block_t new_block = Block_copy(^(void) {
605 cleanup_handler_t new_h = Block_copy(^(int error) {
630 cleanup_handler_t new_h = Block_copy(^(int error) {
655 cleanup_handler_t new_h = Block_copy(^(int error) {