HomeSort by relevance Sort by last modified time
    Searched full:thread_local (Results 126 - 150 of 218) sorted by null

1 2 3 4 56 7 8 9

  /external/libcxxabi/src/
cxa_exception_storage.cpp 34 static thread_local __cxa_eh_globals eh_globals;
  /external/llvm/test/Bitcode/
compatibility-3.6.ll 128 @g.generaldynamic = thread_local global i32 0
129 ; CHECK: @g.generaldynamic = thread_local global i32 0
130 @g.localdynamic = thread_local(localdynamic) global i32 0
131 ; CHECK: @g.localdynamic = thread_local(localdynamic) global i32 0
132 @g.initialexec = thread_local(initialexec) global i32 0
133 ; CHECK: @g.initialexec = thread_local(initialexec) global i32 0
134 @g.localexec = thread_local(localexec) global i32 0
135 ; CHECK: @g.localexec = thread_local(localexec) global i32 0
211 @a.generaldynamic = thread_local alias i32* @g.generaldynamic
212 ; CHECK: @a.generaldynamic = thread_local alias i32, i32* @g.generaldynami
    [all...]
compatibility-3.7.ll 108 @g.generaldynamic = thread_local global i32 0
109 ; CHECK: @g.generaldynamic = thread_local global i32 0
110 @g.localdynamic = thread_local(localdynamic) global i32 0
111 ; CHECK: @g.localdynamic = thread_local(localdynamic) global i32 0
112 @g.initialexec = thread_local(initialexec) global i32 0
113 ; CHECK: @g.initialexec = thread_local(initialexec) global i32 0
114 @g.localexec = thread_local(localexec) global i32 0
115 ; CHECK: @g.localexec = thread_local(localexec) global i32 0
211 @a.generaldynamic = thread_local alias i32* @g.generaldynamic
212 ; CHECK: @a.generaldynamic = thread_local alias i32, i32* @g.generaldynami
    [all...]
compatibility.ll 110 @g.generaldynamic = thread_local global i32 0
111 ; CHECK: @g.generaldynamic = thread_local global i32 0
112 @g.localdynamic = thread_local(localdynamic) global i32 0
113 ; CHECK: @g.localdynamic = thread_local(localdynamic) global i32 0
114 @g.initialexec = thread_local(initialexec) global i32 0
115 ; CHECK: @g.initialexec = thread_local(initialexec) global i32 0
116 @g.localexec = thread_local(localexec) global i32 0
117 ; CHECK: @g.localexec = thread_local(localexec) global i32 0
213 @a.generaldynamic = thread_local alias i32, i32* @g.generaldynamic
214 ; CHECK: @a.generaldynamic = thread_local alias i32, i32* @g.generaldynami
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
ppc64-nonfunc-calls.ll 8 @tls_something = thread_local global %struct.cd zeroinitializer, align 8
ctrloops.ll 77 @tls_var = external thread_local global i8
tls-cse.ll 14 @_ZL20PrettyStackTraceHead = internal thread_local unnamed_addr global %"class.llvm::PrettyStackTraceEntry"* null, align 8
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception_storage.cpp 34 static thread_local __cxa_eh_globals eh_globals;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-e-20.d 31 CONTENTS, ALLOC, LOAD, DATA, THREAD_LOCAL
  /external/autotest/frontend/afe/
frontend_test_utils.py 4 from autotest_lib.frontend import thread_local
80 thread_local.set_user(None)
  /external/llvm/test/CodeGen/XCore/
threads.ll 70 @tl = thread_local global [3 x i32] zeroinitializer
71 @tle = external thread_local global [2 x i32]
  /external/clang/test/OpenMP/
parallel_copyin_codegen.cpp 47 // TLS-CHECK-DAG: [[T_VAR:@.+]] = internal thread_local global i{{[0-9]+}} 1122,
48 // TLS-CHECK-DAG: [[VEC:@.+]] = internal thread_local global [2 x i{{[0-9]+}}] [i{{[0-9]+}} 1, i{{[0-9]+}} 2],
49 // TLS-CHECK-DAG: [[S_ARR:@.+]] = internal thread_local global [2 x [[S_FLOAT_TY]]] zeroinitializer,
50 // TLS-CHECK-DAG: [[VAR:@.+]] = internal thread_local global [[S_FLOAT_TY]] zeroinitializer,
51 // TLS-CHECK-DAG: [[TMAIN_T_VAR:@.+]] = linkonce_odr thread_local global i{{[0-9]+}} 333,
52 // TLS-CHECK-DAG: [[TMAIN_VEC:@.+]] = linkonce_odr thread_local global [2 x i{{[0-9]+}}] [i{{[0-9]+}} 3, i{{[0-9]+}} 3],
53 // TLS-CHECK-DAG: [[TMAIN_S_ARR:@.+]] = linkonce_odr thread_local global [2 x [[S_INT_TY]]] zeroinitializer,
54 // TLS-CHECK-DAG: [[TMAIN_VAR:@.+]] = linkonce_odr thread_local global [[S_INT_TY]] zeroinitializer,
80 // TLS-LAMBDA: [[G:@.+]] = {{.*}}thread_local {{.*}}global i{{[0-9]+}} 1212,
142 // TLS-BLOCKS: [[G:@.+]] = {{.*}}thread_local {{.*}}global i{{[0-9]+}} 1212
    [all...]
  /external/clang/test/CodeGenCXX/
cxx0x-initializer-stdinitializerlist.cpp 56 // initializer is not a constant expression (pointers to thread_local
59 // CHECK: @_ZN25thread_local_global_array1xE = thread_local global
60 // CHECK: @_ZGRN25thread_local_global_array1xE_ = internal thread_local constant [4 x i32] [i32 1, i32 2, i32 3, i32 4]
61 std::initializer_list<int> thread_local x = { 1, 2, 3, 4 };
81 // thread_local initializer:
  /external/llvm/include/llvm/Support/
Compiler.h 423 /// This is essentially an extremely restricted analog to C++11's thread_local
426 /// extensions don't support many of the C++11 thread_local's features. You
433 #define LLVM_THREAD_LOCAL thread_local
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
Enhancer.java 84 private static final Type THREAD_LOCAL =
487 e.declare_field(Constants.PRIVATE_FINAL_STATIC, THREAD_CALLBACKS_FIELD, THREAD_LOCAL, null);
    [all...]
  /external/clang/test/Analysis/
temporaries.cpp 427 thread_local static const Trivial &threadRef = getTrivial();
430 thread_local static const Trivial &threadDirectRef = Trivial(42);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 149 thread_local constexpr int n = 123; // expected-error {{thread_local variable not permitted in a constexpr function}}
  /external/llvm/test/CodeGen/SPARC/
tls.ll 11 @local_symbol = internal thread_local global i32 0
12 @extern_symbol = external thread_local global i32
  /external/libchrome/base/threading/
thread.cc 12 #include "base/threading/thread_local.h"
worker_pool_posix.cc 17 #include "base/threading/thread_local.h"
  /external/libchrome/base/trace_event/
trace_event_impl.h 27 #include "base/threading/thread_local.h"
  /external/libcxxabi/include/
cxxabi.h 170 // https://sourceware.org/glibc/wiki/Destructor%20support%20for%20thread_local%20variables
  /external/llvm/test/DebugInfo/X86/
dw_op_minus.ll 18 @__safestack_unsafe_stack_ptr = external thread_local(initialexec) global i8*
safestack-byval.ll 22 @__safestack_unsafe_stack_ptr = external thread_local(initialexec) global i8*
  /external/llvm/test/Transforms/GlobalOpt/
constantfold-initializers.ll 77 @threadlocalvar = external thread_local global i32

Completed in 1346 milliseconds

1 2 3 4 56 7 8 9