Searched refs:dispatch_io_create_with_path (Results 1 – 7 of 7) sorted by relevance
/llvm-project/compiler-rt/test/tsan/libdispatch/ |
H A D | fd.c | 18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main() 39 channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY, in main()
|
H A D | io-cleanup.c | 31 …channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, 0666, queue, … in main() 41 …dispatch_io_t other_channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_W… in main()
|
H A D | io.c | 17 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in test_dispatch_io_write() 59 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY, in test_dispatch_io_read()
|
H A D | io-barrier.c | 25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
|
H A D | io-barrier-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
|
H A D | io-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_libdispatch.cpp | 702 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 705 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_path, type, path, oflag, mode, in TSAN_INTERCEPTOR() 723 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR() 808 INTERCEPT_FUNCTION(dispatch_io_create_with_path); in InitializeLibdispatchInterceptors()
|