Home
last modified time | relevance | path

Searched refs:RXCPP_THREAD_LOCAL (Results 1 – 2 of 2) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-currentthread.hpp34 #if defined(RXCPP_THREAD_LOCAL)
36 static RXCPP_THREAD_LOCAL current_thread_queue_type* q; in current_thread_queue()
120 #if defined(RXCPP_THREAD_LOCAL) in destroy()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-util.hpp10 #if !defined(RXCPP_ON_IOS) && !defined(RXCPP_ON_ANDROID) && !defined(RXCPP_THREAD_LOCAL)
12 #define RXCPP_THREAD_LOCAL __declspec(thread) macro
14 #define RXCPP_THREAD_LOCAL __thread macro
747 #if !defined(RXCPP_THREAD_LOCAL)