Home
last modified time | relevance | path

Searched refs:thread_local_storage (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/libchrome_tools/patch/
DThreadLocalStorage-Add-a-function-to-destroy-pthread.patch8 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.cc
23 --- a/base/threading/thread_local_storage.cc
24 +++ b/base/threading/thread_local_storage.cc
43 diff --git a/base/threading/thread_local_storage.h b/base/threading/thread_local_storage.h
45 --- a/base/threading/thread_local_storage.h
46 +++ b/base/threading/thread_local_storage.h
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-currentthread.hpp40 static rxu::thread_local_storage<current_thread_queue_type>& current_thread_queue() {
41 static rxu::thread_local_storage<current_thread_queue_type> q;
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp749 class thread_local_storage class
755 thread_local_storage() in thread_local_storage() function in rxcpp::util::thread_local_storage
760 ~thread_local_storage() in ~thread_local_storage()
765 thread_local_storage& operator =(T* p) in operator =()
/external/libchrome/
DAndroid.bp260 "base/threading/thread_local_storage.cc",