Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
postgresql-9.6
/
include
/
server
/
storage
/
//proc/212/root/opt/postgresql-9.6/include/server/storage/barrier.h
/*------------------------------------------------------------------------- * * barrier.h * Memory barrier operations. * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * src/include/storage/barrier.h * *------------------------------------------------------------------------- */ #ifndef BARRIER_H #define BARRIER_H /* * This used to be a separate file, full of compiler/architecture * dependent defines, but it's not included in the atomics.h * infrastructure and just kept for backward compatibility. */ #include "port/atomics.h" #endif /* BARRIER_H */