Lines Matching refs:dispatch_async
8 void dispatch_async(dispatch_queue_t queue, dispatch_block_t block); function
22 …dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifet…
25 …dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters life…
29 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; });
40 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; });
45 dispatch_async((&_dispatch_main_q), ^{ [captured_block_obj pageRight]; });
49 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; });
58 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; });
63 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; });
67 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; });
76 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; });