Lines Matching defs:TSAN_INTERCEPTOR
267 TSAN_INTERCEPTOR(void, dispatch_after_f, dispatch_time_t when, in TSAN_INTERCEPTOR() function
289 TSAN_INTERCEPTOR(void, dispatch_once, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() function
311 TSAN_INTERCEPTOR(void, dispatch_once_f, dispatch_once_t *predicate, in TSAN_INTERCEPTOR() function
321 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_signal, in TSAN_INTERCEPTOR() function
328 TSAN_INTERCEPTOR(long_t, dispatch_semaphore_wait, dispatch_semaphore_t dsema, in TSAN_INTERCEPTOR() function
336 TSAN_INTERCEPTOR(long_t, dispatch_group_wait, dispatch_group_t group, in TSAN_INTERCEPTOR() function
347 TSAN_INTERCEPTOR(void, dispatch_group_leave, dispatch_group_t group) { in TSAN_INTERCEPTOR() function
354 TSAN_INTERCEPTOR(void, dispatch_group_async, dispatch_group_t group, in TSAN_INTERCEPTOR() function
368 TSAN_INTERCEPTOR(void, dispatch_group_async_f, dispatch_group_t group, in TSAN_INTERCEPTOR() function
410 TSAN_INTERCEPTOR(void, dispatch_group_notify_f, dispatch_group_t group, in TSAN_INTERCEPTOR() function
415 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler, in TSAN_INTERCEPTOR() function
433 TSAN_INTERCEPTOR(void, dispatch_source_set_event_handler_f, in TSAN_INTERCEPTOR() function
444 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler, in TSAN_INTERCEPTOR() function
462 TSAN_INTERCEPTOR(void, dispatch_source_set_cancel_handler_f, in TSAN_INTERCEPTOR() function
474 TSAN_INTERCEPTOR(void, dispatch_source_set_registration_handler, in TSAN_INTERCEPTOR() function
493 TSAN_INTERCEPTOR(void, dispatch_source_set_registration_handler_f, in TSAN_INTERCEPTOR() function
534 TSAN_INTERCEPTOR(void, dispatch_apply_f, size_t iterations, in TSAN_INTERCEPTOR() function
589 TSAN_INTERCEPTOR(void, dispatch_read, dispatch_fd_t fd, size_t length, in TSAN_INTERCEPTOR() function
606 TSAN_INTERCEPTOR(void, dispatch_write, dispatch_fd_t fd, dispatch_data_t data, in TSAN_INTERCEPTOR() function
623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() function
641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() function
660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR() function
679 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() function
702 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() function
728 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() function
752 TSAN_INTERCEPTOR(void, dispatch_io_close, dispatch_io_t channel, in TSAN_INTERCEPTOR() function
761 TSAN_INTERCEPTOR(void, dispatch_resume, dispatch_object_t o) { in TSAN_INTERCEPTOR() function