68771865fc94559403de31d35948266ff37b6fb1
[platform/framework/web/crosswalk.git] / src / native_client / tests / compiler_thread_suspension / gc_inst.h
1 /*
2  * Copyright 2010 The Native Client Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can
4  * be found in the LICENSE file.
5  */
6
7 #ifndef NATIVE_CLIENT_TESTS_COMPILER_THREAD_SUSPENSION_GC_INST_H_
8 #define NATIVE_CLIENT_TESTS_COMPILER_THREAD_SUSPENSION_GC_INST_H_
9
10 extern __thread unsigned int thread_suspend_if_needed_count;
11
12 #endif /* NATIVE_CLIENT_TESTS_GC_INSTRUMENTATION_GC_INSTRUMENTATION_H_ */
13