Home
last modified time | relevance | path

Searched refs:dispatch_io_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_libdispatch_mac.cc578 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
596 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
615 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
634 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument
637 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
657 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument
662 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
683 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument
684 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR()
687 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_libdispatch_mac.cc580 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
598 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
617 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
636 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument
639 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
659 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument
664 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
685 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument
686 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR()
689 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interceptors_libdispatch.cpp623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR()
660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR()
679 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument
682 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
702 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument
707 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
728 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument
729 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR()
732 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR()
[all …]