• Home
  • Raw
  • Download

Lines Matching refs:REAL

142     REAL(name##_f)(q, new_context, dispatch_callback_wrap);                  \
156 REAL(name##_f)(q, &new_context, dispatch_callback_wrap); \
170 REAL(name)(q, new_context, dispatch_callback_wrap); \
182 REAL(name)(q, &new_context, dispatch_callback_wrap); \
210 REAL(dispatch_after_f)(when, queue, new_context, dispatch_callback_wrap); in DISPATCH_INTERCEPT_B()
272 return REAL(dispatch_semaphore_signal)(dsema); in TSAN_INTERCEPTOR()
278 long_t result = REAL(dispatch_semaphore_wait)(dsema, timeout); in TSAN_INTERCEPTOR()
286 long_t result = REAL(dispatch_group_wait)(group, timeout); in TSAN_INTERCEPTOR()
295 REAL(dispatch_group_leave)(group); in TSAN_INTERCEPTOR()
348 REAL(dispatch_group_notify_f)(group, q, new_context, dispatch_callback_wrap); in TSAN_INTERCEPTOR()
360 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
370 REAL(dispatch_source_set_event_handler)(source, new_handler); in TSAN_INTERCEPTOR()
378 return REAL(dispatch_source_set_event_handler)(source, nullptr); in TSAN_INTERCEPTOR()
389 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
399 REAL(dispatch_source_set_cancel_handler)(source, new_handler); in TSAN_INTERCEPTOR()
408 return REAL(dispatch_source_set_cancel_handler)(source, nullptr); in TSAN_INTERCEPTOR()
420 return REAL(dispatch_source_set_registration_handler)(source, nullptr); in TSAN_INTERCEPTOR()
430 REAL(dispatch_source_set_registration_handler)(source, new_handler); in TSAN_INTERCEPTOR()
439 return REAL(dispatch_source_set_registration_handler)(source, nullptr); in TSAN_INTERCEPTOR()
465 REAL(dispatch_apply)(iterations, queue, new_block);
487 return REAL(dispatch_data_create)(buffer, size, q, destructor); in DECLARE_REAL_AND_INTERCEPTOR()
501 return REAL(dispatch_data_create)(buffer, size, q, ^(void) { in DECLARE_REAL_AND_INTERCEPTOR()
522 REAL(dispatch_read)(fd, length, q, new_h); in TSAN_INTERCEPTOR()
539 REAL(dispatch_write)(fd, data, q, new_h); in TSAN_INTERCEPTOR()
557 REAL(dispatch_io_read)(channel, offset, length, q, new_h); in TSAN_INTERCEPTOR()
576 REAL(dispatch_io_write)(channel, offset, data, q, new_h); in TSAN_INTERCEPTOR()
595 REAL(dispatch_io_barrier)(channel, new_block); in TSAN_INTERCEPTOR()
617 new_channel = REAL(dispatch_io_create)(type, fd, q, new_h); in TSAN_INTERCEPTOR()
643 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR()
667 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR()
676 return REAL(dispatch_io_close)(channel, flags); in TSAN_INTERCEPTOR()