Searched refs:filesync (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_fd.cpp | 37 FdSync filesync; member 66 CHECK_NE(s, &fdctx.filesync); in unref() 124 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed); in FdInit() 222 init(thr, pc, fd, &fdctx.filesync); in FdFileCreate()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_fd.cpp | 43 FdSync filesync; member 72 CHECK_NE(s, &fdctx.filesync); in unref() 139 atomic_store(&fdctx.filesync.rc, (u64)-1, memory_order_relaxed); in FdInit() 253 init(thr, pc, fd, &fdctx.filesync); in FdFileCreate()
|