/external/llvm-project/compiler-rt/test/tsan/libdispatch/ |
D | io-cleanup.c | 17 dispatch_io_t channel; in main() 41 …dispatch_io_t other_channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_W… in main()
|
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()
|
D | io-barrier.c | 25 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
|
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()
|
D | io-race.c | 26 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY,… in main()
|
D | fd.c | 18 dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path, O_CREAT | O_WRONLY, in main()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 543 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 561 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 580 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR() 599 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument 602 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() 622 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 627 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() 648 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 649 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR() 652 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors_libdispatch.cpp | 623 TSAN_INTERCEPTOR(void, dispatch_io_read, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 641 TSAN_INTERCEPTOR(void, dispatch_io_write, dispatch_io_t channel, off_t offset, in TSAN_INTERCEPTOR() 660 TSAN_INTERCEPTOR(void, dispatch_io_barrier, dispatch_io_t channel, in TSAN_INTERCEPTOR() 679 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create, dispatch_io_type_t type, in TSAN_INTERCEPTOR() argument 682 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() 702 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_path, in TSAN_INTERCEPTOR() argument 707 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() 728 TSAN_INTERCEPTOR(dispatch_io_t, dispatch_io_create_with_io, in TSAN_INTERCEPTOR() argument 729 dispatch_io_type_t type, dispatch_io_t io, dispatch_queue_t q, in TSAN_INTERCEPTOR() 732 __block dispatch_io_t new_channel = nullptr; in TSAN_INTERCEPTOR() [all …]
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-io-cleanup.mm | 15 dispatch_io_t channel; 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-fd.mm | 16 …dispatch_io_t channel = dispatch_io_create_with_path(DISPATCH_IO_STREAM, path.fileSystemRepresenta…
|
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,…
|