Searched refs:dispatch_io_create_with_io (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/test/tsan/libdispatch/ |
H A D | io-cleanup.c | 42 channel = dispatch_io_create_with_io(DISPATCH_IO_STREAM, other_channel, queue, ^(int error) { in main()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 728 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 731 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_io, type, io, q, h); in TSAN_INTERCEPTOR() 747 new_channel = REAL(dispatch_io_create_with_io)(type, io, q, new_h); in TSAN_INTERCEPTOR() 809 INTERCEPT_FUNCTION(dispatch_io_create_with_io); in InitializeLibdispatchInterceptors()
|