5#if WITH_VERSE_VM || defined(__INTELLISENSE__)
26#if PLATFORM_CPU_ARM_FAMILY
31 asm volatile(
"dmb ish" ::
38 asm volatile(
"dmb ishst" ::
69#elif PLATFORM_CPU_X86_FAMILY
76 asm volatile(
"lock; orl $0, (%%rsp)" ::
79 asm volatile(
"lock; orl $0, (%%esp)" ::
93 :
"+a"(a),
"=b"(b),
"=c"(c),
"=d"(d)
124 std::atomic_thread_fence(std::memory_order_seq_cst);
128 std::atomic_thread_fence(std::memory_order_seq_cst);
132 std::atomic_thread_fence(std::memory_order_seq_cst);
136 std::atomic_thread_fence(std::memory_order_seq_cst);
140 std::atomic_thread_fence(std::memory_order_seq_cst);
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127