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-arm.h
/*------------------------------------------------------------------------- * * arch-arm.h * Atomic operations considerations specific to ARM * * Portions Copyright (c) 2013-2016, PostgreSQL Global Development Group * * NOTES: * * src/include/port/atomics/arch-arm.h * *------------------------------------------------------------------------- */ /* intentionally no include guards, should only be included by atomics.h */ #ifndef INSIDE_ATOMICS_H #error "should be included via atomics.h" #endif /* * 64 bit atomics on arm are implemented using kernel fallbacks and might be * slow, so disable entirely for now. * XXX: We might want to change that at some point for AARCH64 */ #define PG_DISABLE_64_BIT_ATOMICS
Upload File
Create Folder