Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/libdispatch/
Dio.c39 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()
Dio-cleanup.c19 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666); in main()
/external/compiler-rt/test/tsan/Darwin/
Dgcd-io.mm36 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666);
78 dispatch_fd_t fd = open(path, O_RDONLY, 0);
Dgcd-io-cleanup.mm17 dispatch_fd_t fd = open(path, O_CREAT | O_WRONLY, 0666);
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_dispatch_defs.h36 typedef int dispatch_fd_t; typedef
Dtsan_interceptors_libdispatch.cpp589 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/
Dtsan_libdispatch_mac.cc509 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()