Searched refs:dispatch_io_create_with_path (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-fd.mm | 16 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path.fileSystemRepresenta… 37 …channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path.fileSystemRepresentation, O_RDONLY,
|
D | gcd-io-cleanup.mm | 29 …channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, 0666, queue, … 39 …dispatch_io_t other_channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_W…
|
D | gcd-io.mm | 14 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… 56 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_RDONLY,
|
D | gcd-io-barrier.mm | 23 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,…
|
D | gcd-io-barrier-race.mm | 27 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,…
|
D | gcd-io-race.mm | 29 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,…
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 622 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 625 SCOPED_TSAN_INTERCEPTOR(dispatch_io_create_with_path, type, path, oflag, mode, in TSAN_INTERCEPTOR() 643 REAL(dispatch_io_create_with_path)(type, path, oflag, mode, q, new_h); in TSAN_INTERCEPTOR()
|