Revision: 16019
Author: [email protected]
Date: Fri Aug 2 01:52:59 2013
Log: TSan: Move definition of AtomicOps_x86CPUFeatureStruct into
v8::internal namespace
This matches other atomicops_internals_* files.
[email protected]
Review URL: https://codereview.chromium.org/21534002
http://code.google.com/p/v8/source/detail?r=16019
Modified:
/branches/bleeding_edge/src/atomicops_internals_tsan.h
=======================================
--- /branches/bleeding_edge/src/atomicops_internals_tsan.h Mon Jun 24
02:35:30 2013
+++ /branches/bleeding_edge/src/atomicops_internals_tsan.h Fri Aug 2
01:52:59 2013
@@ -32,6 +32,12 @@
#ifndef V8_ATOMICOPS_INTERNALS_TSAN_H_
#define V8_ATOMICOPS_INTERNALS_TSAN_H_
+namespace v8 {
+namespace internal {
+
+#ifndef TSAN_INTERFACE_ATOMIC_H
+#define TSAN_INTERFACE_ATOMIC_H
+
// This struct is not part of the public API of this module; clients may
not
// use it. (However, it's exported via BASE_EXPORT because clients
implicitly
// do use it at link time by inlining these functions.)
@@ -47,12 +53,6 @@
#define ATOMICOPS_COMPILER_BARRIER() __asm__
__volatile__("" : : : "memory")
-namespace v8 {
-namespace internal {
-
-#ifndef TSAN_INTERFACE_ATOMIC_H
-#define TSAN_INTERFACE_ATOMIC_H
-
#ifdef __cplusplus
extern "C" {
#endif
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.