Searched defs:thread_local (Results 1 - 8 of 8) sorted by relevance

/external/autotest/frontend/afe/
H A Dfrontend_test_utils.py5 from autotest_lib.frontend import thread_local namespace
64 thread_local.set_user(None)
H A Drpc_utils.py18 from autotest_lib.frontend import thread_local namespace
1097 user=thread_local.get_user())
1157 user=thread_local.get_user())
H A Dmodels.py18 from autotest_lib.frontend import settings, thread_local namespace
352 user = thread_local.get_user()
372 user = thread_local.get_user()
/external/autotest/frontend/
H A Dapache_auth.py7 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/
H A Dcxx0x_keyword_as_cxx98.cpp36 int thread_local; // expected-warning {{'thread_local' is a keyword in C++11}} variable
H A Dkeywords_test.cpp54 CXX11_KEYWORD(thread_local); variable
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc778 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
939 CallThreadLocalGet(ThreadParam thread_local) argument
951 ThreadLocal<DestructorTracker> thread_local; local
980 ThreadLocal<DestructorTracker> thread_local; local
1006 ThreadLocal<String> thread_local; local
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp88 #define thread_local macro
173 thread_local

Completed in 139 milliseconds