HomeSort by relevance Sort by last modified time
    Searched refs:__thread (Results 51 - 75 of 119) sorted by null

1 23 4 5

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-profiler.c 178 __thread
182 __thread
243 __thread int in_profiler;
355 __thread
360 __thread
365 __thread
404 __thread
408 __thread
412 __thread
  /toolchain/binutils/binutils-2.25/gold/testsuite/
two_file_test_tls.cc 30 extern __thread int tls1;
relro_test.cc 49 __thread int i3 = 1;
  /external/clang/test/SemaCXX/
declspec-thread.cpp 4 __thread __declspec(thread) int a; // expected-error {{already has a thread-local storage specifier}}
5 __declspec(thread) __thread int b; // expected-error {{already has a thread-local storage specifier}}
cxx11-gnu-attrs.cpp 40 __thread int tls_model [[gnu::tls_model("local-exec")]];
  /external/compiler-rt/test/asan/TestCases/Linux/
stress_dtls.c 53 __thread int my_tls;
113 __thread void *huge_thread_local_array[DTLS_SIZE];
  /external/clang/test/Misc/
ast-dump-decl.c 141 __thread int TestVarDeclThread;
  /external/compiler-rt/lib/safestack/
safestack.cc 86 "default"))) __thread void *__safestack_unsafe_stack_ptr = nullptr;
91 static __thread void *unsafe_stack_start = nullptr;
92 static __thread size_t unsafe_stack_size = 0;
93 static __thread size_t unsafe_stack_guard = 0;
  /external/compiler-rt/test/msan/
dtls_test.c 56 __thread long huge_thread_local_array[1 << 17];
  /external/elfutils/libasm/
asm_error.c 42 static __thread int global_error;