Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1017)

Unified Diff: src/vm/spinlock.h

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/vm/sort.cc ('k') | src/vm/thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/vm/spinlock.h
diff --git a/src/vm/spinlock.h b/src/vm/spinlock.h
index 75f60647c1656bc1ffd8f9d193728d7877d9af29..9bc8e743f2089f567e5cb114813e96744ee60a95 100644
--- a/src/vm/spinlock.h
+++ b/src/vm/spinlock.h
@@ -7,7 +7,7 @@
#include "src/shared/atomic.h"
-namespace fletch {
+namespace dartino {
// Please limit the use of spinlocks (e.g. reduce critical region to absolute
// minimum, only if a normal mutex is a bottleneck).
@@ -37,6 +37,6 @@ class ScopedSpinlock {
Spinlock* lock_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_VM_SPINLOCK_H_
« no previous file with comments | « src/vm/sort.cc ('k') | src/vm/thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698