Searched refs:thread_local_storage (Results 1 – 4 of 4) sorted by relevance
8 stored in a local variable in thread_local_storage.cc.17 base/threading/thread_local_storage.cc | 11 +++++++++++18 base/threading/thread_local_storage.h | 7 +++++++21 diff --git a/base/threading/thread_local_storage.cc b/base/threading/thread_local_storage.cc23 --- a/base/threading/thread_local_storage.cc24 +++ b/base/threading/thread_local_storage.cc43 diff --git a/base/threading/thread_local_storage.h b/base/threading/thread_local_storage.h45 --- a/base/threading/thread_local_storage.h46 +++ b/base/threading/thread_local_storage.h
40 static rxu::thread_local_storage<current_thread_queue_type>& current_thread_queue() {41 static rxu::thread_local_storage<current_thread_queue_type> q;
749 class thread_local_storage class755 thread_local_storage() in thread_local_storage() function in rxcpp::util::thread_local_storage760 ~thread_local_storage() in ~thread_local_storage()765 thread_local_storage& operator =(T* p) in operator =()
260 "base/threading/thread_local_storage.cc",