HomeSort by relevance Sort by last modified time
    Searched refs:thread_local (Results 26 - 42 of 42) sorted by null

12

  /external/gemmlowp/profiling/
instrumentation.h 55 // We should always use C++11 thread_local; unfortunately that
61 #define GEMMLOWP_THREAD_LOCAL thread_local
  /external/autotest/frontend/afe/
frontend_test_utils.py 4 from autotest_lib.frontend import thread_local namespace
80 thread_local.set_user(None)
rpc_utils.py 17 from autotest_lib.frontend import thread_local namespace
    [all...]
resources.py 5 from autotest_lib.frontend import thread_local namespace
797 self.instance.abort(thread_local.get_user())
    [all...]
models.py 18 from autotest_lib.frontend import settings, thread_local namespace
354 user = thread_local.get_user()
374 user = thread_local.get_user()
    [all...]
  /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/clang/test/Misc/
ast-dump-decl.cpp 95 thread_local int TestThreadLocalInt;
  /frameworks/base/native/android/
choreographer.cpp 85 static thread_local Choreographer* gChoreographer;
  /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/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/llvm/utils/vim/syntax/
llvm.vim 56 syn keyword llvmKeyword sspstrong tail target thread_local to triple
  /frameworks/base/core/jni/
Android.mk 286 # b/22414716: thread_local (android/graphics/Paint.cpp) and Clang don't like each other at the
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 50 thread_local const int m = n; // expected-error {{thread_local variable not permitted in a constexpr function}}
constant-expression-cxx11.cpp 360 constexpr thread_local B b3 { { 1 }, { 2 } }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
363 constexpr thread_local B b2 { { 1 }, { 2 } }; // expected-error {{constant expression}} expected-note {{reference to temporary}} expected-note {{here}}
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 519 KEYWORD(thread_local);
  /external/llvm/test/Bindings/OCaml/
core.ml 507 (* CHECK: GVar04{{.*}}thread_local
514 (* CHECK: GVar05{{.*}}thread_local(initialexec)
    [all...]

Completed in 1955 milliseconds

12