Home
last modified time | relevance | path

Searched refs:dispatch_io_create_with_path (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/tsan/libdispatch/
H A Dfd.c18 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 Dio-cleanup.c31 …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 Dio.c17 …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 Dio-barrier.c25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
H A Dio-barrier-race.c26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
H A Dio-race.c26 …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 Dtsan_interceptors_libdispatch.cpp702 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()