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

1 23 4 5 6

  /external/compiler-rt/test/lsan/TestCases/
use_tls_dynamic.cc 44 __thread void *huge_thread_local_array[(1 << 20) / sizeof(void *)]; // NOLINT
  /external/compiler-rt/test/tsan/
mutexset7.cc 5 __thread int huge[1024*1024];
dtls.c 55 __thread long huge_thread_local_array[1 << 17];
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/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/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/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.x/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.x/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.x/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.x/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.x/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.x/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;
  /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}}
  /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/libcxxabi/src/
cxa_thread_atexit.cpp 65 __thread DtorList* dtors = nullptr;
67 __thread bool dtors_alive = false;
  /prebuilts/go/darwin-x86/misc/cgo/testso/
cgoso_unix.go 10 extern int __thread tlsvar;
  /prebuilts/go/linux-x86/misc/cgo/testso/
cgoso_unix.go 10 extern int __thread tlsvar;
  /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;
  /external/mesa3d/src/mapi/glapi/
glapi.h 88 _GLAPI_EXPORT extern __thread struct _glapi_table * _glapi_tls_Dispatch
91 _GLAPI_EXPORT extern __thread void * _glapi_tls_Context
  /external/mesa3d/src/mapi/mapi/
u_current.c 102 __thread struct mapi_table *u_current_table
106 __thread void *u_current_user
  /external/selinux/libselinux/src/
procattr.c 14 static __thread char *prev_current = UNSET;
15 static __thread char * prev_exec = UNSET;
16 static __thread char * prev_fscreate = UNSET;
17 static __thread char * prev_keycreate = UNSET;
18 static __thread char * prev_sockcreate = UNSET;
23 static __thread char destructor_initialized;
setrans_client.c 30 static __thread char * prev_t2r_trans = NULL;
31 static __thread char * prev_t2r_raw = NULL;
32 static __thread char * prev_r2t_trans = NULL;
33 static __thread char * prev_r2t_raw = NULL;
34 static __thread char *prev_r2c_trans = NULL;
35 static __thread char * prev_r2c_raw = NULL;
40 static __thread char destructor_initialized;

Completed in 1417 milliseconds

1 23 4 5 6