Home | History | Annotate | Download | only in Analysis

Lines Matching refs:dispatch_queue_t

38 typedef struct dispatch_queue_s *dispatch_queue_t;
40 void dispatch_sync(dispatch_queue_t queue, dispatch_block_t block);
188 void test_dispatch_sync(dispatch_queue_t queue, int *q) {