Searched refs:dispatch_fd_t (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/tsan/libdispatch/ |
D | io.c | 39 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666); in test_dispatch_write() 81 dispatch_fd_t fd = open(path, O_RDONLY, 0); in test_dispatch_read()
|
D | io-cleanup.c | 19 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666); in main()
|
/external/compiler-rt/test/tsan/Darwin/ |
D | gcd-io.mm | 36 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666); 78 dispatch_fd_t fd = open(path, O_RDONLY, 0);
|
D | gcd-io-cleanup.mm | 17 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666);
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_dispatch_defs.h | 36 typedef int dispatch_fd_t; typedef
|
D | tsan_interceptors_libdispatch.cpp | 589 TSAN_INTERCEPTOR(void, dispatch_read, dispatch_fd_t fd, size_t length, in TSAN_INTERCEPTOR() 606 TSAN_INTERCEPTOR(void, dispatch_write, dispatch_fd_t fd, dispatch_data_t data, in TSAN_INTERCEPTOR() 680 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_libdispatch_mac.cc | 509 TSAN_INTERCEPTOR(void, dispatch_read, dispatch_fd_t fd, size_t length, in TSAN_INTERCEPTOR() 526 TSAN_INTERCEPTOR(void, dispatch_write, dispatch_fd_t fd, dispatch_data_t data, in TSAN_INTERCEPTOR() 600 dispatch_fd_t fd, dispatch_queue_t q, cleanup_handler_t h) { in TSAN_INTERCEPTOR()
|