HomeSort by relevance Sort by last modified time
    Searched defs:thread_local (Results 1 - 10 of 10) sorted by null

  /external/v8/tools/gyp/test/mac/clang-cxx-language-standard/
c++98.cc 20 thread_local, enumerator in enum:cxx11_keywords
  /external/autotest/frontend/afe/
frontend_test_utils.py 4 from autotest_lib.frontend import thread_local namespace
80 thread_local.set_user(None)
resources.py 5 from autotest_lib.frontend import thread_local namespace
797 self.instance.abort(thread_local.get_user())
    [all...]
rpc_utils.py 17 from autotest_lib.frontend import thread_local namespace
    [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/autotest/frontend/
apache_auth.py 7 from autotest_lib.frontend import thread_local namespace
52 thread_local.set_user(). If no such header is found, looks for
67 thread_local.set_user(user)
73 system, and replaces the username in thread_local with the actual User model
80 username = thread_local.get_user()
81 thread_local.set_user(None)
85 thread_local.set_user(models.User.objects.get(login=username))
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 36 int thread_local; // expected-warning {{'thread_local' is a keyword in C++11}} variable
keywords_test.cpp 54 CXX11_KEYWORD(thread_local); variable
  /external/protobuf/gtest/test/
gtest-port_test.cc 778 ThreadLocal<String> thread_local; local
780 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
783 thread_local.set("foo");
784 EXPECT_EQ(thread_local.pointer(), &(thread_local.get()));
788 ThreadLocal<String> thread_local; local
789 const ThreadLocal<String>& const_thread_local = thread_local;
791 EXPECT_EQ(thread_local.pointer(), const_thread_local.pointer());
793 thread_local.set("foo")
951 ThreadLocal<DestructorTracker> thread_local; local
980 ThreadLocal<DestructorTracker> thread_local; local
1006 ThreadLocal<String> thread_local; local
    [all...]
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 88 #define thread_local macro
173 thread_local

Completed in 413 milliseconds