Home
last modified time | relevance | path

Searched defs:aux_sync (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp34 atomic_uintptr_t aux_sync; // FdSync* member
198 if (uptr aux_sync = atomic_load(&d->aux_sync, memory_order_acquire)) in FdRelease() local