Searched refs:dispatch_io_read (Results 1 – 3 of 3) sorted by relevance
/llvm-project/compiler-rt/test/tsan/libdispatch/ |
H A D | fd.c | 44 …dispatch_io_read(channel, 0, SIZE_MAX, queue, ^(bool done, dispatch_data_t remainingData, int erro… in main()
|
H A D | io.c | 64 …dispatch_io_read(channel, 0, SIZE_MAX, queue, ^(bool done, dispatch_data_t remainingData, int erro… in test_dispatch_io_read()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() argument 625 SCOPED_TSAN_INTERCEPTOR(dispatch_io_read, channel, offset, length, q, h); in TSAN_INTERCEPTOR() 637 REAL(dispatch_io_read)(channel, offset, length, q, new_h); in TSAN_INTERCEPTOR() local 804 INTERCEPT_FUNCTION(dispatch_io_read); in InitializeLibdispatchInterceptors()
|