Home
last modified time | relevance | path

Searched refs:thread_local (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/cef/patch/patches/
Dlinux_blink_thread_local.patch1 … third_party/blink/renderer/platform/heap/thread_local.h third_party/blink/renderer/platform/heap/
3 --- third_party/blink/renderer/platform/heap/thread_local.h
4 +++ third_party/blink/renderer/platform/heap/thread_local.h
/third_party/boost/libs/config/test/
Dboost_no_cxx11_thread_local.ipp9 // TITLE: thread_local
10 // DESCRIPTION: The compiler supports the thread_local storage specifier.
20 static thread_local T s(n, ' ');
21 static thread_local int size = s.size();
/third_party/grpc/src/core/lib/gpr/
Dtls_stdcpp.h28 #define GPR_TLS_DECL(name) thread_local static intptr_t name = 0
32 #define GPR_TLS_CLASS_DECL(name) thread_local static intptr_t name
34 #define GPR_TLS_CLASS_DEF(name) thread_local intptr_t name = 0
/third_party/boost/libs/context/src/
Dcontinuation.cpp26 thread_local activation_record * current_rec;
27 thread_local static std::size_t counter;
50 thread_local static activation_record_initializer initializer; in current()
Dfiber.cpp24 thread_local fiber_activation_record * fib_current_rec;
25 thread_local static std::size_t counter;
48 thread_local static fiber_activation_record_initializer initializer; in current()
/third_party/boost/libs/stacktrace/build/
Dhas_windbg_cached.cpp15 # error Your compiler does not support C++11 thread_local storage. It`s impossible to build with …
19 static thread_local std::string i = std::string(); in foo()
/third_party/mesa3d/src/util/
Du_qsort.cpp27 thread_local int (*tl_qsort_r_compar)(const void *, const void *, void *);
28 thread_local void *tl_qsort_r_arg;
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DPragma.cpp45 static thread_local bool initialized = false; in getPragmaState()
46 static thread_local PragmaState state; in getPragmaState()
/third_party/grpc/src/core/lib/gprpp/
Dthd_windows.cc35 #define thread_local __declspec(thread) macro
37 #define thread_local __thread macro
52 thread_local struct thd_info* g_thd_info;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_functions.cc43 ABSL_CONST_INIT thread_local int64_t cordz_next_sample = kInitCordzNextSample;
51 thread_local absl::base_internal::ExponentialBiased in cordz_should_profile_slow()
Dcordz_functions.h56 ABSL_CONST_INIT extern thread_local int64_t cordz_next_sample;
/third_party/eudev/src/shared/
Dvirt.c31 static thread_local int cached_found = -1; in detect_container()
32 static thread_local const char *cached_id = NULL; in detect_container()
Dmacro.h218 #ifndef thread_local
224 #define thread_local _Thread_local macro
226 #define thread_local __thread macro
/third_party/boost/libs/outcome/doc/src/content/reference/macros/
Dthread_local.md14 *Default*: To `thread_local` if the compiler implements C++ 11 `thread_local`, else `__thread` for …
/third_party/boost/libs/fiber/src/
Dcontext.cpp70 static thread_local context * active_;
71 static thread_local std::size_t counter_;
100 thread_local context * context_initializer::active_{ nullptr };
101 thread_local std::size_t context_initializer::counter_{ 0 };
106 thread_local static context_initializer ctx_initializer; in active()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthread_identity.cc66 thread_local ThreadIdentity* thread_identity_ptr = nullptr;
111 thread_local std::unique_ptr<ThreadIdentity, ThreadIdentityReclaimerFunction> in SetCurrentThreadIdentity()
/third_party/abseil-cpp/absl/base/internal/
Dthread_identity.cc63 thread_local ThreadIdentity* thread_identity_ptr = nullptr;
108 thread_local std::unique_ptr<ThreadIdentity, ThreadIdentityReclaimerFunction> in SetCurrentThreadIdentity()
/third_party/boost/boost/sort/block_indirect_sort/blk_detail/
Dbackbone.hpp88 static thread_local value_t *buf;
165 thread_local typename std::iterator_traits< Iter_t >
/third_party/mesa3d/src/imgui/
Dimconfig.h18 extern thread_local ImGuiContext* __MesaImGui;
/third_party/mindspore/mindspore/core/gvar/
Dlogging_level.cc26 thread_local enum MsLogLevel this_thread_max_log_level = EXCEPTION;
/third_party/boost/libs/beast/include/boost/beast/websocket/detail/
Dprng.ipp123 thread_local static beast::detail::chacha<20> gen{prng_seed(), make_nonce()};
131 thread_local static beast::detail::pcg gen{make_pcg()};
/third_party/boost/boost/beast/websocket/detail/
Dprng.ipp123 thread_local static beast::detail::chacha<20> gen{prng_seed(), make_nonce()};
131 thread_local static beast::detail::pcg gen{make_pcg()};
/third_party/boost/libs/fiber/examples/asio/
Dyield.hpp52 thread_local yield_t yield{};
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dtask_observers.cc11 thread_local std::map<intptr_t, fit::closure> tTaskObservers;
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTintUtils.cpp24 thread_local DeviceBase* tlDevice = nullptr;

123456