Hackfut Security File Manager
Current Path:
/opt/td-agent/embedded/include/postgresql/server/port/atomics
opt
/
td-agent
/
embedded
/
include
/
postgresql
/
server
/
port
/
atomics
/
📁
..
📄
arch-arm.h
(732 B)
📄
arch-hppa.h
(552 B)
📄
arch-ia64.h
(783 B)
📄
arch-ppc.h
(899 B)
📄
arch-x86.h
(6.78 KB)
📄
fallback.h
(4.62 KB)
📄
generic-acc.h
(2.84 KB)
📄
generic-gcc.h
(6.89 KB)
📄
generic-msvc.h
(2.71 KB)
📄
generic-sunpro.h
(2.54 KB)
📄
generic-xlc.h
(2.93 KB)
📄
generic.h
(9.96 KB)
Editing: arch-ia64.h
/*------------------------------------------------------------------------- * * arch-ia64.h * Atomic operations considerations specific to intel itanium * * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * NOTES: * * src/include/port/atomics/arch-ia64.h * *------------------------------------------------------------------------- */ /* * Itanium is weakly ordered, so read and write barriers require a full * fence. */ #if defined(__INTEL_COMPILER) # define pg_memory_barrier_impl() __mf() #elif defined(__GNUC__) # define pg_memory_barrier_impl() __asm__ __volatile__ ("mf" : : : "memory") #elif defined(__hpux) # define pg_memory_barrier_impl() _Asm_mf() #endif
Upload File
Create Folder