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

Side by Side Diff: third_party/WebKit/Source/wtf/StackUtil.h

Issue 2623273007: Fast path for ThreadSpecific for main thread on TLS-slow platforms (Closed)
Patch Set: [WIP] Fast path for currentThread() for main thread on TLS-slow platforms Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef StackUtil_h
6 #define StackUtil_h
7
8 #include "wtf/WTFExport.h"
9 #include <cstddef>
10 #include <stdint.h>
11
12 namespace WTF {
13
14 WTF_EXPORT size_t getUnderestimatedStackSize();
15 WTF_EXPORT void* getStackStart();
16
17 } // namespace WTF
18
19 #endif // StackUtil_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698